Html Css Color HEX #9D1D08 Mandarian Orange

📋 copy color: '#9D1D08'

red 157 ◦ green 29 ◦ blue 8

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

Shades of Mandarian Orange #9D1D08

Tints of Mandarian Orange #9D1D08

RGB

 RED value IS 157 (61.72% from 255) = 80.93%

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

 BLUE value IS 8 (3.52% from 255) = 4.12%

R = 80.93%
G = 14.95%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9D1D08 (or 0x9D1D08) is known color: Mandarian Orange. HEX triplet: 9D, 1D and 08. RGB value is (157,29,8). Sum of RGB (Red+Green+Blue) = 157+29+8=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1D08 is #62E2F7. Grayscale: #414141. Windows color (decimal): -6480632 or 531869. OLE color: 531869.

HSL color Cylindrical-coordinate representation of color #9D1D08: hue angle of 8.46º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D1D08 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 29 8 -
CMYK 0 0.82 0.95 0.38
HSL 8.46º 0.9% 0.32% -
HSV(B) 8.46º 0.95% 0.62% -
XYZ 14.39 8.06 1.03 -
YUV 64.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 157 29 8 0 0.82 0.95 0.38 8.46 0.9 0.32
Hex 9D 1D 8 0 52 5F 26 8 5A 20
Octal 235 35 10 0 122 137 46 10 132 40
Binary 10011101 11101 1000 0 1010010 1011111 100110 1000 1011010 100000

Color Harmonies of #9D1D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D08

Black with #9D1D08

Text Example


Text Example

White with #9D1D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,29,8); }

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

background-color css

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

 a { background-color: rgb(157,29,8); }

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

border-color css

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

 span { border-color: rgb(157,29,8); }

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