Html Css Color HEX #950A43 Jazzberry Jam

📋 copy color: '#950A43'

red 149 ◦ green 10 ◦ blue 67

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

Shades of Jazzberry Jam #950A43

Tints of Jazzberry Jam #950A43

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.42%

 BLUE value IS 67 (26.56% from 255) = 29.65%

R = 65.93%
G = 4.42%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#950A43 (or 0x950A43) is known color: Jazzberry Jam. HEX triplet: 95, 0A and 43. RGB value is (149,10,67). Sum of RGB (Red+Green+Blue) = 149+10+67=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #950A43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A43 is #6AF5BC. Grayscale: #393939. Windows color (decimal): -7009725 or 4393621. OLE color: 4393621.

HSL color Cylindrical-coordinate representation of color #950A43: hue angle of 335.4º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A43 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 67 -
CMYK 0 0.93 0.55 0.42
HSL 335.4º 0.87% 0.31% -
HSV(B) 335.4º 0.93% 0.58% -
XYZ 13.52 7.01 5.95 -
YUV 58.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 149 10 67 0 0.93 0.55 0.42 335.4 0.87 0.31
Hex 95 A 43 0 5D 37 2A 14F 57 1F
Octal 225 12 103 0 135 67 52 517 127 37
Binary 10010101 1010 1000011 0 1011101 110111 101010 101001111 1010111 11111

Color Harmonies of #950A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A43

Black with #950A43

Text Example


Text Example

White with #950A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950A43; }

 p { color: rgb(149,10,67); }

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

background-color css

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

 a { background-color: rgb(149,10,67); }

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

border-color css

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

 span { border-color: rgb(149,10,67); }

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