Html Css Color HEX #990824 Carmine

📋 copy color: '#990824'

red 153 ◦ green 8 ◦ blue 36

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

Shades of Carmine #990824

Tints of Carmine #990824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.27%

R = 77.66%
G = 4.06%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#990824 (or 0x990824) is known color: Carmine. HEX triplet: 99, 08 and 24. RGB value is (153,8,36). Sum of RGB (Red+Green+Blue) = 153+8+36=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #990824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990824 is #66F7DB. Grayscale: #363636. Windows color (decimal): -6748124 or 2361497. OLE color: 2361497.

HSL color Cylindrical-coordinate representation of color #990824: hue angle of 348.41º 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 #990824 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 36 -
CMYK 0 0.95 0.76 0.4
HSL 348.41º 0.9% 0.32% -
HSV(B) 348.41º 0.95% 0.6% -
XYZ 13.54 7.07 2.32 -
YUV 54.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 153 8 36 0 0.95 0.76 0.4 348.41 0.9 0.32
Hex 99 8 24 0 5F 4C 28 15C 5A 20
Octal 231 10 44 0 137 114 50 534 132 40
Binary 10011001 1000 100100 0 1011111 1001100 101000 101011100 1011010 100000

Color Harmonies of #990824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990824

Black with #990824

Text Example


Text Example

White with #990824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990824; }

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

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

background-color css

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

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

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

border-color css

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

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

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