Html Css Color HEX #902B29 Mandarian Orange

📋 copy color: '#902B29'

red 144 ◦ green 43 ◦ blue 41

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

Shades of Mandarian Orange #902B29

Tints of Mandarian Orange #902B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

 BLUE value IS 41 (16.41% from 255) = 17.98%

R = 63.16%
G = 18.86%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#902B29 (or 0x902B29) is known color: Mandarian Orange. HEX triplet: 90, 2B and 29. RGB value is (144,43,41). Sum of RGB (Red+Green+Blue) = 144+43+41=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #902B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902B29 is #6FD4D6. Grayscale: #494949. Windows color (decimal): -7328983 or 2698128. OLE color: 2698128.

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

Color convert

RGB 144 43 41 -
CMYK 0 0.70 0.72 0.44
HSL 1.17º 0.56% 0.36% -
HSV(B) 1.17º 0.72% 0.56% -
XYZ 12.77 7.82 2.93 -
YUV 72.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 144 43 41 0 0.70 0.72 0.44 1.17 0.56 0.36
Hex 90 2B 29 0 46 48 2C 1 38 24
Octal 220 53 51 0 106 110 54 1 70 44
Binary 10010000 101011 101001 0 1000110 1001000 101100 1 111000 100100

Color Harmonies of #902B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902B29

Black with #902B29

Text Example


Text Example

White with #902B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902B29; }

 p { color: rgb(144,43,41); }

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

background-color css

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

 a { background-color: rgb(144,43,41); }

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

border-color css

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

 span { border-color: rgb(144,43,41); }

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