Html Css Color HEX #990836 Carmine

📋 copy color: '#990836'

red 153 ◦ green 8 ◦ blue 54

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

Shades of Carmine #990836

Tints of Carmine #990836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.12%

R = 71.16%
G = 3.72%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#990836 (or 0x990836) is known color: Carmine. HEX triplet: 99, 08 and 36. RGB value is (153,8,54). Sum of RGB (Red+Green+Blue) = 153+8+54=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #990836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990836 is #66F7C9. Grayscale: #383838. Windows color (decimal): -6748106 or 3541145. OLE color: 3541145.

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

Color convert

RGB 153 8 54 -
CMYK 0 0.95 0.65 0.4
HSL 340.97º 0.9% 0.32% -
HSV(B) 340.97º 0.95% 0.6% -
XYZ 13.89 7.21 4.15 -
YUV 56.6 126.54 196.76 -
System Red Green Blue C M Y K H S L
Decimal 153 8 54 0 0.95 0.65 0.4 340.97 0.9 0.32
Hex 99 8 36 0 5F 41 28 155 5A 20
Octal 231 10 66 0 137 101 50 525 132 40
Binary 10011001 1000 110110 0 1011111 1000001 101000 101010101 1011010 100000

Color Harmonies of #990836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990836

Black with #990836

Text Example


Text Example

White with #990836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990836; }

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

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

background-color css

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

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

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

border-color css

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

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

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