Html Css Color HEX #9B2607 Mandarian Orange

📋 copy color: '#9B2607'

red 155 ◦ green 38 ◦ blue 7

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

Shades of Mandarian Orange #9B2607

Tints of Mandarian Orange #9B2607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

 BLUE value IS 7 (3.13% from 255) = 3.5%

R = 77.5%
G = 19%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B2607 (or 0x9B2607) is known color: Mandarian Orange. HEX triplet: 9B, 26 and 07. RGB value is (155,38,7). Sum of RGB (Red+Green+Blue) = 155+38+7=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2607 is #64D9F8. Grayscale: #454545. Windows color (decimal): -6609401 or 468635. OLE color: 468635.

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

Color convert

RGB 155 38 7 -
CMYK 0 0.75 0.95 0.39
HSL 12.57º 0.91% 0.32% -
HSV(B) 12.57º 0.95% 0.61% -
XYZ 14.25 8.37 1.07 -
YUV 69.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 155 38 7 0 0.75 0.95 0.39 12.57 0.91 0.32
Hex 9B 26 7 0 4B 5F 27 D 5B 20
Octal 233 46 7 0 113 137 47 15 133 40
Binary 10011011 100110 111 0 1001011 1011111 100111 1101 1011011 100000

Color Harmonies of #9B2607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2607

Black with #9B2607

Text Example


Text Example

White with #9B2607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,38,7); }

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

background-color css

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

 a { background-color: rgb(155,38,7); }

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

border-color css

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

 span { border-color: rgb(155,38,7); }

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