Html Css Color HEX #9B270D Mandarian Orange

📋 copy color: '#9B270D'

red 155 ◦ green 39 ◦ blue 13

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

Shades of Mandarian Orange #9B270D

Tints of Mandarian Orange #9B270D

RGB

 RED value IS 155 (60.94% from 255) = 74.88%

 GREEN value IS 39 (15.63% from 255) = 18.84%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 74.88%
G = 18.84%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B270D (or 0x9B270D) is known color: Mandarian Orange. HEX triplet: 9B, 27 and 0D. RGB value is (155,39,13). Sum of RGB (Red+Green+Blue) = 155+39+13=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B270D is #64D8F2. Grayscale: #464646. Windows color (decimal): -6609139 or 862107. OLE color: 862107.

HSL color Cylindrical-coordinate representation of color #9B270D: hue angle of 10.99º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B270D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 39 13 -
CMYK 0 0.75 0.92 0.39
HSL 10.99º 0.85% 0.33% -
HSV(B) 10.99º 0.92% 0.61% -
XYZ 14.32 8.45 1.26 -
YUV 70.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 155 39 13 0 0.75 0.92 0.39 10.99 0.85 0.33
Hex 9B 27 D 0 4B 5C 27 B 55 21
Octal 233 47 15 0 113 134 47 13 125 41
Binary 10011011 100111 1101 0 1001011 1011100 100111 1011 1010101 100001

Color Harmonies of #9B270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B270D

Black with #9B270D

Text Example


Text Example

White with #9B270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,39,13); }

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

background-color css

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

 a { background-color: rgb(155,39,13); }

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

border-color css

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

 span { border-color: rgb(155,39,13); }

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