Html Css Color HEX #951252 Jazzberry Jam

📋 copy color: '#951252'

red 149 ◦ green 18 ◦ blue 82

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

Shades of Jazzberry Jam #951252

Tints of Jazzberry Jam #951252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 59.84%
G = 7.23%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#951252 (or 0x951252) is known color: Jazzberry Jam. HEX triplet: 95, 12 and 52. RGB value is (149,18,82). Sum of RGB (Red+Green+Blue) = 149+18+82=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #951252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951252 is #6AEDAD. Grayscale: #404040. Windows color (decimal): -7007662 or 5378709. OLE color: 5378709.

HSL color Cylindrical-coordinate representation of color #951252: hue angle of 330.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951252 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 82 -
CMYK 0 0.88 0.45 0.42
HSL 330.69º 0.78% 0.33% -
HSV(B) 330.69º 0.88% 0.58% -
XYZ 14.13 7.43 8.67 -
YUV 64.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 149 18 82 0 0.88 0.45 0.42 330.69 0.78 0.33
Hex 95 12 52 0 58 2D 2A 14B 4E 21
Octal 225 22 122 0 130 55 52 513 116 41
Binary 10010101 10010 1010010 0 1011000 101101 101010 101001011 1001110 100001

Color Harmonies of #951252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951252

Black with #951252

Text Example


Text Example

White with #951252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951252; }

 p { color: rgb(149,18,82); }

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

background-color css

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

 a { background-color: rgb(149,18,82); }

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

border-color css

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

 span { border-color: rgb(149,18,82); }

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