Html Css Color HEX #992525 Mandarian Orange

📋 copy color: '#992525'

red 153 ◦ green 37 ◦ blue 37

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

Shades of Mandarian Orange #992525

Tints of Mandarian Orange #992525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 67.4%
G = 16.3%
B = 16.3%

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

#992525 (or 0x992525) is known color: Mandarian Orange. HEX triplet: 99, 25 and 25. RGB value is (153,37,37). Sum of RGB (Red+Green+Blue) = 153+37+37=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #992525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992525 is #66DADA. Grayscale: #474747. Windows color (decimal): -6740699 or 2434457. OLE color: 2434457.

HSL color Cylindrical-coordinate representation of color #992525: hue angle of 0º degrees, saturation: 0.61, 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 #992525 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 37 -
CMYK 0 0.76 0.76 0.4
HSL 0.61% 0.37% -
HSV(B) 0.76% 0.6% -
XYZ 14.13 8.23 2.59 -
YUV 71.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 153 37 37 0 0.76 0.76 0.4 0 0.61 0.37
Hex 99 25 25 0 4C 4C 28 0 3D 25
Octal 231 45 45 0 114 114 50 0 75 45
Binary 10011001 100101 100101 0 1001100 1001100 101000 0 111101 100101

Color Harmonies of #992525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992525

Black with #992525

Text Example


Text Example

White with #992525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992525; }

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

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

background-color css

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

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

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

border-color css

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

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

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