Html Css Color HEX #9B0009 Sangria

📋 copy color: '#9B0009'

red 155 ◦ green 0 ◦ blue 9

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

Shades of Sangria #9B0009

Tints of Sangria #9B0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 94.51%
G = 0%
B = 5.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B0009 (or 0x9B0009) is known color: Sangria. HEX triplet: 9B, 00 and 09. RGB value is (155,0,9). Sum of RGB (Red+Green+Blue) = 155+0+9=164 (21% of max value = 765). Red value is 155 (60.94% from 255 or 94.51% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0009 is #64FFF6. Grayscale: #2F2F2F. Windows color (decimal): -6619127 or 589979. OLE color: 589979.

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

Color convert

RGB 155 0 9 -
CMYK 0 1 0.94 0.39
HSL 356.52º 1% 0.3% -
HSV(B) 356.52º 1% 0.61% -
XYZ 13.57 6.99 0.89 -
YUV 47.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 155 0 9 0 1 0.94 0.39 356.52 1 0.3
Hex 9B 0 9 0 64 5E 27 165 64 1E
Octal 233 0 11 0 144 136 47 545 144 36
Binary 10011011 0 1001 0 1100100 1011110 100111 101100101 1100100 11110

Color Harmonies of #9B0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0009

Black with #9B0009

Text Example


Text Example

White with #9B0009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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