Html Css Color HEX #9A281D Mandarian Orange

📋 copy color: '#9A281D'

red 154 ◦ green 40 ◦ blue 29

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

Shades of Mandarian Orange #9A281D

Tints of Mandarian Orange #9A281D

RGB

 RED value IS 154 (60.55% from 255) = 69.06%

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

 BLUE value IS 29 (11.72% from 255) = 13%

R = 69.06%
G = 17.94%
B = 13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A281D (or 0x9A281D) is known color: Mandarian Orange. HEX triplet: 9A, 28 and 1D. RGB value is (154,40,29). Sum of RGB (Red+Green+Blue) = 154+40+29=223 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.06% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 154 - color contains mainly: red. Hex color #9A281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A281D is #65D7E2. Grayscale: #484848. Windows color (decimal): -6674403 or 1910938. OLE color: 1910938.

HSL color Cylindrical-coordinate representation of color #9A281D: hue angle of 5.28º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A281D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 40 29 -
CMYK 0 0.74 0.81 0.40
HSL 5.28º 0.68% 0.36% -
HSV(B) 5.28º 0.81% 0.6% -
XYZ 14.31 8.48 2.04 -
YUV 72.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 154 40 29 0 0.74 0.81 0.40 5.28 0.68 0.36
Hex 9A 28 1D 0 4A 51 28 5 44 24
Octal 232 50 35 0 112 121 50 5 104 44
Binary 10011010 101000 11101 0 1001010 1010001 101000 101 1000100 100100

Color Harmonies of #9A281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A281D

Black with #9A281D

Text Example


Text Example

White with #9A281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A281D; }

 p { color: rgb(154,40,29); }

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

background-color css

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

 a { background-color: rgb(154,40,29); }

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

border-color css

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

 span { border-color: rgb(154,40,29); }

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