#990823

Color #990823 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #990823

Tints of Carmine #990823

Color information

#990823 (or 0x990823) is unknown color: approx 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

RGB153835-
CMYK00.950.770.4
HSL348.83º90.06%31.57%-
HSV(B)348.83º94.77%60%-
XYZ13.537.072.24-
YUV54.43117.04198.3-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15383500.950.770.4348.8390.0631.57
Hex9982305F4D2815d5a20
Octal231104301371155053513240
Binary1001100110001000110101111110011011010001010111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>