Html Css Color HEX #951253 Jazzberry Jam

📋 copy color: '#951253'

red 149 ◦ green 18 ◦ blue 83

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

Shades of Jazzberry Jam #951253

Tints of Jazzberry Jam #951253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 59.6%
G = 7.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#951253 (or 0x951253) is known color: Jazzberry Jam. HEX triplet: 95, 12 and 53. RGB value is (149,18,83). Sum of RGB (Red+Green+Blue) = 149+18+83=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #951253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951253 is #6AEDAC. Grayscale: #404040. Windows color (decimal): -7007661 or 5444245. OLE color: 5444245.

HSL color Cylindrical-coordinate representation of color #951253: hue angle of 330.23º 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 #951253 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 83 -
CMYK 0 0.88 0.44 0.42
HSL 330.23º 0.78% 0.33% -
HSV(B) 330.23º 0.88% 0.58% -
XYZ 14.17 7.45 8.87 -
YUV 64.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 149 18 83 0 0.88 0.44 0.42 330.23 0.78 0.33
Hex 95 12 53 0 58 2C 2A 14A 4E 21
Octal 225 22 123 0 130 54 52 512 116 41
Binary 10010101 10010 1010011 0 1011000 101100 101010 101001010 1001110 100001

Color Harmonies of #951253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951253

Black with #951253

Text Example


Text Example

White with #951253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951253; }

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

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

background-color css

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

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

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

border-color css

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

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

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