Html Css Color HEX #990833 Carmine

📋 copy color: '#990833'

red 153 ◦ green 8 ◦ blue 51

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

Shades of Carmine #990833

Tints of Carmine #990833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 72.17%
G = 3.77%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#990833 (or 0x990833) is known color: Carmine. HEX triplet: 99, 08 and 33. RGB value is (153,8,51). Sum of RGB (Red+Green+Blue) = 153+8+51=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #990833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990833 is #66F7CC. Grayscale: #383838. Windows color (decimal): -6748109 or 3344537. OLE color: 3344537.

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

Color convert

RGB 153 8 51 -
CMYK 0 0.95 0.67 0.4
HSL 342.21º 0.9% 0.32% -
HSV(B) 342.21º 0.95% 0.6% -
XYZ 13.82 7.18 3.79 -
YUV 56.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 153 8 51 0 0.95 0.67 0.4 342.21 0.9 0.32
Hex 99 8 33 0 5F 43 28 156 5A 20
Octal 231 10 63 0 137 103 50 526 132 40
Binary 10011001 1000 110011 0 1011111 1000011 101000 101010110 1011010 100000

Color Harmonies of #990833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990833

Black with #990833

Text Example


Text Example

White with #990833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990833; }

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

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

background-color css

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

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

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

border-color css

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

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

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