Html Css Color HEX #951352 Jazzberry Jam

📋 copy color: '#951352'

red 149 ◦ green 19 ◦ blue 82

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

Shades of Jazzberry Jam #951352

Tints of Jazzberry Jam #951352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

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

R = 59.6%
G = 7.6%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#951352 (or 0x951352) is known color: Jazzberry Jam. HEX triplet: 95, 13 and 52. RGB value is (149,19,82). Sum of RGB (Red+Green+Blue) = 149+19+82=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #951352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951352 is #6AECAD. Grayscale: #404040. Windows color (decimal): -7007406 or 5378965. OLE color: 5378965.

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

Color convert

RGB 149 19 82 -
CMYK 0 0.87 0.45 0.42
HSL 330.92º 0.77% 0.33% -
HSV(B) 330.92º 0.87% 0.58% -
XYZ 14.15 7.46 8.68 -
YUV 65.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 149 19 82 0 0.87 0.45 0.42 330.92 0.77 0.33
Hex 95 13 52 0 57 2D 2A 14B 4D 21
Octal 225 23 122 0 127 55 52 513 115 41
Binary 10010101 10011 1010010 0 1010111 101101 101010 101001011 1001101 100001

Color Harmonies of #951352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951352

Black with #951352

Text Example


Text Example

White with #951352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951352; }

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

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

background-color css

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

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

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

border-color css

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

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

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