Html Css Color HEX #950842 Jazzberry Jam

📋 copy color: '#950842'

red 149 ◦ green 8 ◦ blue 66

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

Shades of Jazzberry Jam #950842

Tints of Jazzberry Jam #950842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

 BLUE value IS 66 (26.17% from 255) = 29.6%

R = 66.82%
G = 3.59%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#950842 (or 0x950842) is known color: Jazzberry Jam. HEX triplet: 95, 08 and 42. RGB value is (149,8,66). Sum of RGB (Red+Green+Blue) = 149+8+66=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #950842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950842 is #6AF7BD. Grayscale: #383838. Windows color (decimal): -7010238 or 4327573. OLE color: 4327573.

HSL color Cylindrical-coordinate representation of color #950842: hue angle of 335.32º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950842 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 66 -
CMYK 0 0.95 0.56 0.42
HSL 335.32º 0.9% 0.31% -
HSV(B) 335.32º 0.95% 0.58% -
XYZ 13.46 6.96 5.79 -
YUV 56.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 149 8 66 0 0.95 0.56 0.42 335.32 0.9 0.31
Hex 95 8 42 0 5F 38 2A 14F 5A 1F
Octal 225 10 102 0 137 70 52 517 132 37
Binary 10010101 1000 1000010 0 1011111 111000 101010 101001111 1011010 11111

Color Harmonies of #950842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950842

Black with #950842

Text Example


Text Example

White with #950842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950842; }

 p { color: rgb(149,8,66); }

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

background-color css

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

 a { background-color: rgb(149,8,66); }

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

border-color css

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

 span { border-color: rgb(149,8,66); }

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