Html Css Color HEX #9A1D09 Mandarian Orange

📋 copy color: '#9A1D09'

red 154 ◦ green 29 ◦ blue 9

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

Shades of Mandarian Orange #9A1D09

Tints of Mandarian Orange #9A1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.1%

 BLUE value IS 9 (3.91% from 255) = 4.69%

R = 80.21%
G = 15.1%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A1D09 (or 0x9A1D09) is known color: Mandarian Orange. HEX triplet: 9A, 1D and 09. RGB value is (154,29,9). Sum of RGB (Red+Green+Blue) = 154+29+9=192 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.21% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1D09 is #65E2F6. Grayscale: #404040. Windows color (decimal): -6677239 or 597402. OLE color: 597402.

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

Color convert

RGB 154 29 9 -
CMYK 0 0.81 0.94 0.40
HSL 8.28º 0.89% 0.32% -
HSV(B) 8.28º 0.94% 0.6% -
XYZ 13.82 7.77 1.03 -
YUV 64.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 154 29 9 0 0.81 0.94 0.40 8.28 0.89 0.32
Hex 9A 1D 9 0 51 5E 28 8 59 20
Octal 232 35 11 0 121 136 50 10 131 40
Binary 10011010 11101 1001 0 1010001 1011110 101000 1000 1011001 100000

Color Harmonies of #9A1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1D09

Black with #9A1D09

Text Example


Text Example

White with #9A1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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