Html Css Color HEX #950E4B Jazzberry Jam

📋 copy color: '#950E4B'

red 149 ◦ green 14 ◦ blue 75

#950E4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #950E4B

Tints of Jazzberry Jam #950E4B

RGB

 RED value IS 149 (58.59% from 255) = 62.61%

 GREEN value IS 14 (5.86% from 255) = 5.88%

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 62.61%
G = 5.88%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#950E4B (or 0x950E4B) is known color: Jazzberry Jam. HEX triplet: 95, 0E and 4B. RGB value is (149,14,75). Sum of RGB (Red+Green+Blue) = 149+14+75=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #950E4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E4B is #6AF1B4. Grayscale: #3D3D3D. Windows color (decimal): -7008693 or 4918933. OLE color: 4918933.

HSL color Cylindrical-coordinate representation of color #950E4B: hue angle of 332.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E4B is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 75 -
CMYK 0 0.91 0.50 0.42
HSL 332.89º 0.83% 0.32% -
HSV(B) 332.89º 0.91% 0.58% -
XYZ 13.82 7.21 7.32 -
YUV 61.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 149 14 75 0 0.91 0.50 0.42 332.89 0.83 0.32
Hex 95 E 4B 0 5B 32 2A 14D 53 20
Octal 225 16 113 0 133 62 52 515 123 40
Binary 10010101 1110 1001011 0 1011011 110010 101010 101001101 1010011 100000

Color Harmonies of #950E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E4B

Black with #950E4B

Text Example


Text Example

White with #950E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E4B; }

 p { color: rgb(149,14,75); }

 H1.HeaderClassName
 {
   color: #950E4B;
 }
 .AnyTagClassName
 {
   color: #950E4B;
 }
</style>

background-color css

<style>
 a { background-color: #950E4B; }

 a { background-color: rgb(149,14,75); }

 div.DivClassName
 {
   background-color: #950E4B;
 }
 .BgClassName
 {
   background-color: #950E4B;
 }
</style>

border-color css

<style>
 span { border-color: #950E4B; }

 span { border-color: rgb(149,14,75); }

 td.TdClassName
 {
   border-color: #950E4B;
 }
 .TagClassName
 {
   border-color: #950E4B;
 }
</style>