Html Css Color HEX #990831 Carmine

📋 copy color: '#990831'

red 153 ◦ green 8 ◦ blue 49

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

Shades of Carmine #990831

Tints of Carmine #990831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 72.86%
G = 3.81%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#990831 (or 0x990831) is known color: Carmine. HEX triplet: 99, 08 and 31. RGB value is (153,8,49). Sum of RGB (Red+Green+Blue) = 153+8+49=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #990831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990831 is #66F7CE. Grayscale: #383838. Windows color (decimal): -6748111 or 3213465. OLE color: 3213465.

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

Color convert

RGB 153 8 49 -
CMYK 0 0.95 0.68 0.4
HSL 343.03º 0.9% 0.32% -
HSV(B) 343.03º 0.95% 0.6% -
XYZ 13.78 7.17 3.56 -
YUV 56.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 153 8 49 0 0.95 0.68 0.4 343.03 0.9 0.32
Hex 99 8 31 0 5F 44 28 157 5A 20
Octal 231 10 61 0 137 104 50 527 132 40
Binary 10011001 1000 110001 0 1011111 1000100 101000 101010111 1011010 100000

Color Harmonies of #990831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990831

Black with #990831

Text Example


Text Example

White with #990831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990831; }

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

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

background-color css

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

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

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

border-color css

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

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

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