Html Css Color HEX #892525 Mandarian Orange

📋 copy color: '#892525'

red 137 ◦ green 37 ◦ blue 37

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

Shades of Mandarian Orange #892525

Tints of Mandarian Orange #892525

RGB

 RED value IS 137 (53.91% from 255) = 64.93%

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

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

R = 64.93%
G = 17.54%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#892525 (or 0x892525) is known color: Mandarian Orange. HEX triplet: 89, 25 and 25. RGB value is (137,37,37). Sum of RGB (Red+Green+Blue) = 137+37+37=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #892525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892525 is #76DADA. Grayscale: #434343. Windows color (decimal): -7789275 or 2434441. OLE color: 2434441.

HSL color Cylindrical-coordinate representation of color #892525: hue angle of 0º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #892525 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 37 37 -
CMYK 0 0.73 0.73 0.46
HSL 0.57% 0.34% -
HSV(B) 0.73% 0.54% -
XYZ 11.31 6.78 2.46 -
YUV 66.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 137 37 37 0 0.73 0.73 0.46 0 0.57 0.34
Hex 89 25 25 0 49 49 2E 0 39 22
Octal 211 45 45 0 111 111 56 0 71 42
Binary 10001001 100101 100101 0 1001001 1001001 101110 0 111001 100010

Color Harmonies of #892525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892525

Black with #892525

Text Example


Text Example

White with #892525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892525; }

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

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

background-color css

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

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

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

border-color css

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

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

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