Html Css Color HEX #95014C Jazzberry Jam

📋 copy color: '#95014C'

red 149 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #95014C

Tints of Jazzberry Jam #95014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 65.93%
G = 0.44%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95014C (or 0x95014C) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 4C. RGB value is (149,1,76). Sum of RGB (Red+Green+Blue) = 149+1+76=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95014C is #6AFEB3. Grayscale: #353535. Windows color (decimal): -7012020 or 4981141. OLE color: 4981141.

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

Color convert

RGB 149 1 76 -
CMYK 0 0.99 0.49 0.42
HSL 329.59º 0.99% 0.29% -
HSV(B) 329.59º 0.99% 0.58% -
XYZ 13.71 6.93 7.45 -
YUV 53.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 149 1 76 0 0.99 0.49 0.42 329.59 0.99 0.29
Hex 95 1 4C 0 63 31 2A 14A 63 1D
Octal 225 1 114 0 143 61 52 512 143 35
Binary 10010101 1 1001100 0 1100011 110001 101010 101001010 1100011 11101

Color Harmonies of #95014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95014C

Black with #95014C

Text Example


Text Example

White with #95014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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