Html Css Color HEX #95014F Jazzberry Jam

📋 copy color: '#95014F'

red 149 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #95014F

Tints of Jazzberry Jam #95014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 65.07%
G = 0.44%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95014F (or 0x95014F) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 4F. RGB value is (149,1,79). Sum of RGB (Red+Green+Blue) = 149+1+79=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95014F is #6AFEB0. Grayscale: #353535. Windows color (decimal): -7012017 or 5177749. OLE color: 5177749.

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

Color convert

RGB 149 1 79 -
CMYK 0 0.99 0.47 0.42
HSL 328.38º 0.99% 0.29% -
HSV(B) 328.38º 0.99% 0.58% -
XYZ 13.82 6.98 8.02 -
YUV 54.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 149 1 79 0 0.99 0.47 0.42 328.38 0.99 0.29
Hex 95 1 4F 0 63 2F 2A 148 63 1D
Octal 225 1 117 0 143 57 52 510 143 35
Binary 10010101 1 1001111 0 1100011 101111 101010 101001000 1100011 11101

Color Harmonies of #95014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95014F

Black with #95014F

Text Example


Text Example

White with #95014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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