Html Css Color HEX #991232 Bright Red

📋 copy color: '#991232'

red 153 ◦ green 18 ◦ blue 50

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

Shades of Bright Red #991232

Tints of Bright Red #991232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

 BLUE value IS 50 (19.92% from 255) = 22.62%

R = 69.23%
G = 8.14%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#991232 (or 0x991232) is known color: Bright Red. HEX triplet: 99, 12 and 32. RGB value is (153,18,50). Sum of RGB (Red+Green+Blue) = 153+18+50=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #991232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991232 is #66EDCD. Grayscale: #3E3E3E. Windows color (decimal): -6745550 or 3281561. OLE color: 3281561.

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

Color convert

RGB 153 18 50 -
CMYK 0 0.88 0.67 0.4
HSL 345.78º 0.79% 0.34% -
HSV(B) 345.78º 0.88% 0.6% -
XYZ 13.93 7.44 3.72 -
YUV 62.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 153 18 50 0 0.88 0.67 0.4 345.78 0.79 0.34
Hex 99 12 32 0 58 43 28 15A 4F 22
Octal 231 22 62 0 130 103 50 532 117 42
Binary 10011001 10010 110010 0 1011000 1000011 101000 101011010 1001111 100010

Color Harmonies of #991232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991232

Black with #991232

Text Example


Text Example

White with #991232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991232; }

 p { color: rgb(153,18,50); }

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

background-color css

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

 a { background-color: rgb(153,18,50); }

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

border-color css

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

 span { border-color: rgb(153,18,50); }

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