Html Css Color HEX #992720 Mandarian Orange

📋 copy color: '#992720'

red 153 ◦ green 39 ◦ blue 32

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

Shades of Mandarian Orange #992720

Tints of Mandarian Orange #992720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 68.3%
G = 17.41%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#992720 (or 0x992720) is known color: Mandarian Orange. HEX triplet: 99, 27 and 20. RGB value is (153,39,32). Sum of RGB (Red+Green+Blue) = 153+39+32=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #992720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992720 is #66D8DF. Grayscale: #484848. Windows color (decimal): -6740192 or 2107289. OLE color: 2107289.

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

Color convert

RGB 153 39 32 -
CMYK 0 0.75 0.79 0.4
HSL 3.47º 0.65% 0.36% -
HSV(B) 3.47º 0.79% 0.6% -
XYZ 14.12 8.33 2.23 -
YUV 72.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 153 39 32 0 0.75 0.79 0.4 3.47 0.65 0.36
Hex 99 27 20 0 4B 4F 28 3 41 24
Octal 231 47 40 0 113 117 50 3 101 44
Binary 10011001 100111 100000 0 1001011 1001111 101000 11 1000001 100100

Color Harmonies of #992720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992720

Black with #992720

Text Example


Text Example

White with #992720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992720; }

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

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

background-color css

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

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

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

border-color css

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

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

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