Html Css Color HEX #95003E Jazzberry Jam

📋 copy color: '#95003E'

red 149 ◦ green 0 ◦ blue 62

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

Shades of Jazzberry Jam #95003E

Tints of Jazzberry Jam #95003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 70.62%
G = 0%
B = 29.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95003E (or 0x95003E) is known color: Jazzberry Jam. HEX triplet: 95, 00 and 3E. RGB value is (149,0,62). Sum of RGB (Red+Green+Blue) = 149+0+62=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #95003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95003E is #6AFFC1. Grayscale: #333333. Windows color (decimal): -7012290 or 4063381. OLE color: 4063381.

HSL color Cylindrical-coordinate representation of color #95003E: hue angle of 335.03º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95003E is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 62 -
CMYK 0 1 0.58 0.42
HSL 335.03º 1% 0.29% -
HSV(B) 335.03º 1% 0.58% -
XYZ 13.26 6.74 5.16 -
YUV 51.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 149 0 62 0 1 0.58 0.42 335.03 1 0.29
Hex 95 0 3E 0 64 3A 2A 14F 64 1D
Octal 225 0 76 0 144 72 52 517 144 35
Binary 10010101 0 111110 0 1100100 111010 101010 101001111 1100100 11101

Color Harmonies of #95003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95003E

Black with #95003E

Text Example


Text Example

White with #95003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95003E; }

 p { color: rgb(149,0,62); }

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

background-color css

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

 a { background-color: rgb(149,0,62); }

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

border-color css

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

 span { border-color: rgb(149,0,62); }

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