Html Css Color HEX #990827 Carmine

📋 copy color: '#990827'

red 153 ◦ green 8 ◦ blue 39

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

Shades of Carmine #990827

Tints of Carmine #990827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.5%

R = 76.5%
G = 4%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#990827 (or 0x990827) is known color: Carmine. HEX triplet: 99, 08 and 27. RGB value is (153,8,39). Sum of RGB (Red+Green+Blue) = 153+8+39=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #990827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990827 is #66F7D8. Grayscale: #363636. Windows color (decimal): -6748121 or 2558105. OLE color: 2558105.

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

Color convert

RGB 153 8 39 -
CMYK 0 0.95 0.75 0.4
HSL 347.17º 0.9% 0.32% -
HSV(B) 347.17º 0.95% 0.6% -
XYZ 13.59 7.09 2.57 -
YUV 54.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 153 8 39 0 0.95 0.75 0.4 347.17 0.9 0.32
Hex 99 8 27 0 5F 4B 28 15B 5A 20
Octal 231 10 47 0 137 113 50 533 132 40
Binary 10011001 1000 100111 0 1011111 1001011 101000 101011011 1011010 100000

Color Harmonies of #990827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990827

Black with #990827

Text Example


Text Example

White with #990827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990827; }

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

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

background-color css

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

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

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

border-color css

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

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

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