Html Css Color HEX #9B1107 Dark Red

📋 copy color: '#9B1107'

red 155 ◦ green 17 ◦ blue 7

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

Shades of Dark Red #9B1107

Tints of Dark Red #9B1107

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

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

R = 86.59%
G = 9.5%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B1107 (or 0x9B1107) is known color: Dark Red. HEX triplet: 9B, 11 and 07. RGB value is (155,17,7). Sum of RGB (Red+Green+Blue) = 155+17+7=179 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.59% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1107 is #64EEF8. Grayscale: #393939. Windows color (decimal): -6614777 or 463259. OLE color: 463259.

HSL color Cylindrical-coordinate representation of color #9B1107: hue angle of 4.05º 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 #9B1107 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 17 7 -
CMYK 0 0.89 0.95 0.39
HSL 4.05º 0.91% 0.32% -
HSV(B) 4.05º 0.95% 0.61% -
XYZ 13.76 7.38 0.9 -
YUV 57.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 155 17 7 0 0.89 0.95 0.39 4.05 0.91 0.32
Hex 9B 11 7 0 59 5F 27 4 5B 20
Octal 233 21 7 0 131 137 47 4 133 40
Binary 10011011 10001 111 0 1011001 1011111 100111 100 1011011 100000

Color Harmonies of #9B1107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1107

Black with #9B1107

Text Example


Text Example

White with #9B1107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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