Html Css Color HEX #990633 Carmine

📋 copy color: '#990633'

red 153 ◦ green 6 ◦ blue 51

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

Shades of Carmine #990633

Tints of Carmine #990633

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 72.86%
G = 2.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#990633 (or 0x990633) is known color: Carmine. HEX triplet: 99, 06 and 33. RGB value is (153,6,51). Sum of RGB (Red+Green+Blue) = 153+6+51=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #990633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990633 is #66F9CC. Grayscale: #373737. Windows color (decimal): -6748621 or 3344025. OLE color: 3344025.

HSL color Cylindrical-coordinate representation of color #990633: hue angle of 341.63º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990633 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 51 -
CMYK 0 0.96 0.67 0.4
HSL 341.63º 0.92% 0.31% -
HSV(B) 341.63º 0.96% 0.6% -
XYZ 13.8 7.14 3.78 -
YUV 55.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 153 6 51 0 0.96 0.67 0.4 341.63 0.92 0.31
Hex 99 6 33 0 60 43 28 156 5C 1F
Octal 231 6 63 0 140 103 50 526 134 37
Binary 10011001 110 110011 0 1100000 1000011 101000 101010110 1011100 11111

Color Harmonies of #990633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990633

Black with #990633

Text Example


Text Example

White with #990633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990633; }

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

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

background-color css

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

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

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

border-color css

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

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

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