Html Css Color HEX #990817 Carmine

📋 copy color: '#990817'

red 153 ◦ green 8 ◦ blue 23

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

Shades of Carmine #990817

Tints of Carmine #990817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 83.15%
G = 4.35%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#990817 (or 0x990817) is known color: Carmine. HEX triplet: 99, 08 and 17. RGB value is (153,8,23). Sum of RGB (Red+Green+Blue) = 153+8+23=184 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.15% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 153 - color contains mainly: red. Hex color #990817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990817 is #66F7E8. Grayscale: #353535. Windows color (decimal): -6748137 or 1509529. OLE color: 1509529.

HSL color Cylindrical-coordinate representation of color #990817: hue angle of 353.79º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990817 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 23 -
CMYK 0 0.95 0.85 0.4
HSL 353.79º 0.9% 0.32% -
HSV(B) 353.79º 0.95% 0.6% -
XYZ 13.38 7.01 1.46 -
YUV 53.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 153 8 23 0 0.95 0.85 0.4 353.79 0.9 0.32
Hex 99 8 17 0 5F 55 28 162 5A 20
Octal 231 10 27 0 137 125 50 542 132 40
Binary 10011001 1000 10111 0 1011111 1010101 101000 101100010 1011010 100000

Color Harmonies of #990817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990817

Black with #990817

Text Example


Text Example

White with #990817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990817; }

 p { color: rgb(153,8,23); }

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

background-color css

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

 a { background-color: rgb(153,8,23); }

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

border-color css

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

 span { border-color: rgb(153,8,23); }

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