Html Css Color HEX #990823 Carmine

📋 copy color: '#990823'

red 153 ◦ green 8 ◦ blue 35

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

Shades of Carmine #990823

Tints of Carmine #990823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 78.06%
G = 4.08%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#990823 (or 0x990823) is known color: Carmine. HEX triplet: 99, 08 and 23. RGB value is (153,8,35). Sum of RGB (Red+Green+Blue) = 153+8+35=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #990823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990823 is #66F7DC. Grayscale: #363636. Windows color (decimal): -6748125 or 2295961. OLE color: 2295961.

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

Color convert

RGB 153 8 35 -
CMYK 0 0.95 0.77 0.4
HSL 348.83º 0.9% 0.32% -
HSV(B) 348.83º 0.95% 0.6% -
XYZ 13.53 7.07 2.24 -
YUV 54.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 153 8 35 0 0.95 0.77 0.4 348.83 0.9 0.32
Hex 99 8 23 0 5F 4D 28 15D 5A 20
Octal 231 10 43 0 137 115 50 535 132 40
Binary 10011001 1000 100011 0 1011111 1001101 101000 101011101 1011010 100000

Color Harmonies of #990823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990823

Black with #990823

Text Example


Text Example

White with #990823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990823; }

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

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

background-color css

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

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

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

border-color css

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

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

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