Html Css Color HEX #992524 Mandarian Orange

📋 copy color: '#992524'

red 153 ◦ green 37 ◦ blue 36

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

Shades of Mandarian Orange #992524

Tints of Mandarian Orange #992524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

 BLUE value IS 36 (14.45% from 255) = 15.93%

R = 67.7%
G = 16.37%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#992524 (or 0x992524) is known color: Mandarian Orange. HEX triplet: 99, 25 and 24. RGB value is (153,37,36). Sum of RGB (Red+Green+Blue) = 153+37+36=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #992524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992524 is #66DADB. Grayscale: #474747. Windows color (decimal): -6740700 or 2368921. OLE color: 2368921.

HSL color Cylindrical-coordinate representation of color #992524: hue angle of 0.51º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992524 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 36 -
CMYK 0 0.76 0.76 0.4
HSL 0.51º 0.62% 0.37% -
HSV(B) 0.51º 0.76% 0.6% -
XYZ 14.12 8.22 2.51 -
YUV 71.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 153 37 36 0 0.76 0.76 0.4 0.51 0.62 0.37
Hex 99 25 24 0 4C 4C 28 1 3E 25
Octal 231 45 44 0 114 114 50 1 76 45
Binary 10011001 100101 100100 0 1001100 1001100 101000 1 111110 100101

Color Harmonies of #992524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992524

Black with #992524

Text Example


Text Example

White with #992524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992524; }

 p { color: rgb(153,37,36); }

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

background-color css

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

 a { background-color: rgb(153,37,36); }

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

border-color css

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

 span { border-color: rgb(153,37,36); }

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