Html Css Color HEX #95053E Jazzberry Jam

📋 copy color: '#95053E'

red 149 ◦ green 5 ◦ blue 62

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

Shades of Jazzberry Jam #95053E

Tints of Jazzberry Jam #95053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

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

R = 68.98%
G = 2.31%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95053E (or 0x95053E) is known color: Jazzberry Jam. HEX triplet: 95, 05 and 3E. RGB value is (149,5,62). Sum of RGB (Red+Green+Blue) = 149+5+62=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #95053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95053E is #6AFAC1. Grayscale: #363636. Windows color (decimal): -7011010 or 4064661. OLE color: 4064661.

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

Color convert

RGB 149 5 62 -
CMYK 0 0.97 0.58 0.42
HSL 336.25º 0.94% 0.3% -
HSV(B) 336.25º 0.97% 0.58% -
XYZ 13.32 6.85 5.18 -
YUV 54.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 149 5 62 0 0.97 0.58 0.42 336.25 0.94 0.3
Hex 95 5 3E 0 61 3A 2A 150 5E 1E
Octal 225 5 76 0 141 72 52 520 136 36
Binary 10010101 101 111110 0 1100001 111010 101010 101010000 1011110 11110

Color Harmonies of #95053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95053E

Black with #95053E

Text Example


Text Example

White with #95053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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