Html Css Color HEX #992825 Mandarian Orange

📋 copy color: '#992825'

red 153 ◦ green 40 ◦ blue 37

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

Shades of Mandarian Orange #992825

Tints of Mandarian Orange #992825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

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

R = 66.52%
G = 17.39%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#992825 (or 0x992825) is known color: Mandarian Orange. HEX triplet: 99, 28 and 25. RGB value is (153,40,37). Sum of RGB (Red+Green+Blue) = 153+40+37=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #992825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992825 is #66D7DA. Grayscale: #494949. Windows color (decimal): -6739931 or 2435225. OLE color: 2435225.

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

Color convert

RGB 153 40 37 -
CMYK 0 0.74 0.76 0.4
HSL 1.55º 0.61% 0.37% -
HSV(B) 1.55º 0.76% 0.6% -
XYZ 14.23 8.42 2.63 -
YUV 73.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 153 40 37 0 0.74 0.76 0.4 1.55 0.61 0.37
Hex 99 28 25 0 4A 4C 28 2 3D 25
Octal 231 50 45 0 112 114 50 2 75 45
Binary 10011001 101000 100101 0 1001010 1001100 101000 10 111101 100101

Color Harmonies of #992825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992825

Black with #992825

Text Example


Text Example

White with #992825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992825; }

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

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

background-color css

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

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

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

border-color css

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

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

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