Html Css Color HEX #992725 Mandarian Orange

📋 copy color: '#992725'

red 153 ◦ green 39 ◦ blue 37

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

Shades of Mandarian Orange #992725

Tints of Mandarian Orange #992725

RGB

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

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

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

R = 66.81%
G = 17.03%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#992725 (or 0x992725) is known color: Mandarian Orange. HEX triplet: 99, 27 and 25. RGB value is (153,39,37). Sum of RGB (Red+Green+Blue) = 153+39+37=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #992725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992725 is #66D8DA. Grayscale: #484848. Windows color (decimal): -6740187 or 2434969. OLE color: 2434969.

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

Color convert

RGB 153 39 37 -
CMYK 0 0.75 0.76 0.4
HSL 1.03º 0.61% 0.37% -
HSV(B) 1.03º 0.76% 0.6% -
XYZ 14.2 8.36 2.62 -
YUV 72.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 153 39 37 0 0.75 0.76 0.4 1.03 0.61 0.37
Hex 99 27 25 0 4B 4C 28 1 3D 25
Octal 231 47 45 0 113 114 50 1 75 45
Binary 10011001 100111 100101 0 1001011 1001100 101000 1 111101 100101

Color Harmonies of #992725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992725

Black with #992725

Text Example


Text Example

White with #992725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992725; }

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

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

background-color css

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

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

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

border-color css

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

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

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