Html Css Color HEX #902D29 Mandarian Orange

📋 copy color: '#902D29'

red 144 ◦ green 45 ◦ blue 41

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

Shades of Mandarian Orange #902D29

Tints of Mandarian Orange #902D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.57%

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

R = 62.61%
G = 19.57%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#902D29 (or 0x902D29) is known color: Mandarian Orange. HEX triplet: 90, 2D and 29. RGB value is (144,45,41). Sum of RGB (Red+Green+Blue) = 144+45+41=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #902D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902D29 is #6FD2D6. Grayscale: #4A4A4A. Windows color (decimal): -7328471 or 2698640. OLE color: 2698640.

HSL color Cylindrical-coordinate representation of color #902D29: hue angle of 2.33º 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 #902D29 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 45 41 -
CMYK 0 0.69 0.72 0.44
HSL 2.33º 0.56% 0.36% -
HSV(B) 2.33º 0.72% 0.56% -
XYZ 12.84 7.97 2.96 -
YUV 74.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 144 45 41 0 0.69 0.72 0.44 2.33 0.56 0.36
Hex 90 2D 29 0 45 48 2C 2 38 24
Octal 220 55 51 0 105 110 54 2 70 44
Binary 10010000 101101 101001 0 1000101 1001000 101100 10 111000 100100

Color Harmonies of #902D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902D29

Black with #902D29

Text Example


Text Example

White with #902D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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