Html Css Color HEX #951452 Jazzberry Jam

📋 copy color: '#951452'

red 149 ◦ green 20 ◦ blue 82

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

Shades of Jazzberry Jam #951452

Tints of Jazzberry Jam #951452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

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

R = 59.36%
G = 7.97%
B = 32.67%

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

#951452 (or 0x951452) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 52. RGB value is (149,20,82). Sum of RGB (Red+Green+Blue) = 149+20+82=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #951452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951452 is #6AEBAD. Grayscale: #414141. Windows color (decimal): -7007150 or 5379221. OLE color: 5379221.

HSL color Cylindrical-coordinate representation of color #951452: hue angle of 331.16º degrees, saturation: 0.76, 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 #951452 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 82 -
CMYK 0 0.87 0.45 0.42
HSL 331.16º 0.76% 0.33% -
HSV(B) 331.16º 0.87% 0.58% -
XYZ 14.17 7.5 8.68 -
YUV 65.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 149 20 82 0 0.87 0.45 0.42 331.16 0.76 0.33
Hex 95 14 52 0 57 2D 2A 14B 4C 21
Octal 225 24 122 0 127 55 52 513 114 41
Binary 10010101 10100 1010010 0 1010111 101101 101010 101001011 1001100 100001

Color Harmonies of #951452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951452

Black with #951452

Text Example


Text Example

White with #951452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951452; }

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

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

background-color css

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

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

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

border-color css

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

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

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