#9B000F

Color #9B000F Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #9B000F

Tints of Sangria #9B000F

Color information

#9B000F (or 0x9B000F) is unknown color: approx Sangria. HEX triplet: 9B, 00 and 0F. RGB value is (155,0,15). Sum of RGB (Red+Green+Blue) = 155+0+15=170 (22% of max value = 765). Red value is 155 (60.94% from 255 or 91.18% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 155 - color contains mainly: red. Hex color #9B000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B000F is #64FFF0. Grayscale: #303030. Windows color (decimal): -6619121 or 983195. OLE color: 983195.

HSL color Cylindrical-coordinate representation of color #9B000F: hue angle of 354.19º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B000F is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB155015-
CMYK010.900.39
HSL354.19º100%30.39%-
HSV(B)354.19º100%60.78%-
XYZ13.671.09-
YUV48.06109.35204.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 91.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=91.18%
G=0%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155015010.900.39354.1910030.39
Hex9B0F0645A27162641e
Octal23301701441324754214436
Binary1001101101111011001001011010100111101100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,0,15); }

 H1.HeaderClassName
 {
   color: #9B000F;
 }
 .AnyTagClassName
 {
   color: #9B000F;
 }
</style>
background-color css

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

 a { background-color: rgb(155,0,15); }

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

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

 span { border-color: rgb(155,0,15); }

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