Html Css Color HEX #99014B Jazzberry Jam

📋 copy color: '#99014B'

red 153 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #99014B

Tints of Jazzberry Jam #99014B

RGB

 RED value IS 153 (60.16% from 255) = 66.81%

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

 BLUE value IS 75 (29.69% from 255) = 32.75%

R = 66.81%
G = 0.44%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#99014B (or 0x99014B) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 4B. RGB value is (153,1,75). Sum of RGB (Red+Green+Blue) = 153+1+75=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #99014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99014B is #66FEB4. Grayscale: #363636. Windows color (decimal): -6749877 or 4915609. OLE color: 4915609.

HSL color Cylindrical-coordinate representation of color #99014B: hue angle of 330.79º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99014B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 75 -
CMYK 0 0.99 0.51 0.4
HSL 330.79º 0.99% 0.3% -
HSV(B) 330.79º 0.99% 0.6% -
XYZ 14.42 7.3 7.31 -
YUV 54.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 153 1 75 0 0.99 0.51 0.4 330.79 0.99 0.3
Hex 99 1 4B 0 63 33 28 14B 63 1E
Octal 231 1 113 0 143 63 50 513 143 36
Binary 10011001 1 1001011 0 1100011 110011 101000 101001011 1100011 11110

Color Harmonies of #99014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99014B

Black with #99014B

Text Example


Text Example

White with #99014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99014B; }

 p { color: rgb(153,1,75); }

 H1.HeaderClassName
 {
   color: #99014B;
 }
 .AnyTagClassName
 {
   color: #99014B;
 }
</style>

background-color css

<style>
 a { background-color: #99014B; }

 a { background-color: rgb(153,1,75); }

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

border-color css

<style>
 span { border-color: #99014B; }

 span { border-color: rgb(153,1,75); }

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