Html Css Color HEX #902825 Mandarian Orange

📋 copy color: '#902825'

red 144 ◦ green 40 ◦ blue 37

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

Shades of Mandarian Orange #902825

Tints of Mandarian Orange #902825

RGB

 RED value IS 144 (56.64% from 255) = 65.16%

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

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

R = 65.16%
G = 18.1%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#902825 (or 0x902825) is known color: Mandarian Orange. HEX triplet: 90, 28 and 25. RGB value is (144,40,37). Sum of RGB (Red+Green+Blue) = 144+40+37=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #902825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902825 is #6FD7DA. Grayscale: #464646. Windows color (decimal): -7329755 or 2435216. OLE color: 2435216.

HSL color Cylindrical-coordinate representation of color #902825: hue angle of 1.68º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902825 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 40 37 -
CMYK 0 0.72 0.74 0.44
HSL 1.68º 0.59% 0.35% -
HSV(B) 1.68º 0.74% 0.56% -
XYZ 12.59 7.58 2.55 -
YUV 70.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 144 40 37 0 0.72 0.74 0.44 1.68 0.59 0.35
Hex 90 28 25 0 48 4A 2C 2 3B 23
Octal 220 50 45 0 110 112 54 2 73 43
Binary 10010000 101000 100101 0 1001000 1001010 101100 10 111011 100011

Color Harmonies of #902825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902825

Black with #902825

Text Example


Text Example

White with #902825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902825; }

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

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

background-color css

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

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

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

border-color css

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

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

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