Html Css Color HEX #902315 Mandarian Orange

📋 copy color: '#902315'

red 144 ◦ green 35 ◦ blue 21

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

Shades of Mandarian Orange #902315

Tints of Mandarian Orange #902315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 72%
G = 17.5%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#902315 (or 0x902315) is known color: Mandarian Orange. HEX triplet: 90, 23 and 15. RGB value is (144,35,21). Sum of RGB (Red+Green+Blue) = 144+35+21=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #902315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902315 is #6FDCEA. Grayscale: #424242. Windows color (decimal): -7331051 or 1385360. OLE color: 1385360.

HSL color Cylindrical-coordinate representation of color #902315: hue angle of 6.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #902315 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 35 21 -
CMYK 0 0.76 0.85 0.44
HSL 6.83º 0.75% 0.32% -
HSV(B) 6.83º 0.85% 0.56% -
XYZ 12.24 7.19 1.45 -
YUV 66 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 144 35 21 0 0.76 0.85 0.44 6.83 0.75 0.32
Hex 90 23 15 0 4C 55 2C 7 4B 20
Octal 220 43 25 0 114 125 54 7 113 40
Binary 10010000 100011 10101 0 1001100 1010101 101100 111 1001011 100000

Color Harmonies of #902315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902315

Black with #902315

Text Example


Text Example

White with #902315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902315; }

 p { color: rgb(144,35,21); }

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

background-color css

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

 a { background-color: rgb(144,35,21); }

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

border-color css

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

 span { border-color: rgb(144,35,21); }

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