Html Css Color HEX #95014A Jazzberry Jam

📋 copy color: '#95014A'

red 149 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #95014A

Tints of Jazzberry Jam #95014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 66.52%
G = 0.45%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95014A (or 0x95014A) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 4A. RGB value is (149,1,74). Sum of RGB (Red+Green+Blue) = 149+1+74=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #95014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95014A is #6AFEB5. Grayscale: #353535. Windows color (decimal): -7012022 or 4850069. OLE color: 4850069.

HSL color Cylindrical-coordinate representation of color #95014A: hue angle of 330.41º 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 #95014A is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 74 -
CMYK 0 0.99 0.50 0.42
HSL 330.41º 0.99% 0.29% -
HSV(B) 330.41º 0.99% 0.58% -
XYZ 13.64 6.91 7.09 -
YUV 53.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 149 1 74 0 0.99 0.50 0.42 330.41 0.99 0.29
Hex 95 1 4A 0 63 32 2A 14A 63 1D
Octal 225 1 112 0 143 62 52 512 143 35
Binary 10010101 1 1001010 0 1100011 110010 101010 101001010 1100011 11101

Color Harmonies of #95014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95014A

Black with #95014A

Text Example


Text Example

White with #95014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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