Html Css Color HEX #95064C Jazzberry Jam

📋 copy color: '#95064C'

red 149 ◦ green 6 ◦ blue 76

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

Shades of Jazzberry Jam #95064C

Tints of Jazzberry Jam #95064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 64.5%
G = 2.6%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95064C (or 0x95064C) is known color: Jazzberry Jam. HEX triplet: 95, 06 and 4C. RGB value is (149,6,76). Sum of RGB (Red+Green+Blue) = 149+6+76=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95064C is #6AF9B3. Grayscale: #383838. Windows color (decimal): -7010740 or 4982421. OLE color: 4982421.

HSL color Cylindrical-coordinate representation of color #95064C: hue angle of 330.63º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95064C is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 76 -
CMYK 0 0.96 0.49 0.42
HSL 330.63º 0.92% 0.3% -
HSV(B) 330.63º 0.96% 0.58% -
XYZ 13.76 7.04 7.47 -
YUV 56.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 149 6 76 0 0.96 0.49 0.42 330.63 0.92 0.3
Hex 95 6 4C 0 60 31 2A 14B 5C 1E
Octal 225 6 114 0 140 61 52 513 134 36
Binary 10010101 110 1001100 0 1100000 110001 101010 101001011 1011100 11110

Color Harmonies of #95064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95064C

Black with #95064C

Text Example


Text Example

White with #95064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95064C; }

 p { color: rgb(149,6,76); }

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

background-color css

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

 a { background-color: rgb(149,6,76); }

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

border-color css

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

 span { border-color: rgb(149,6,76); }

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