Html Css Color HEX #9B0409 Sangria

📋 copy color: '#9B0409'

red 155 ◦ green 4 ◦ blue 9

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

Shades of Sangria #9B0409

Tints of Sangria #9B0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 92.26%
G = 2.38%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B0409 (or 0x9B0409) is known color: Sangria. HEX triplet: 9B, 04 and 09. RGB value is (155,4,9). Sum of RGB (Red+Green+Blue) = 155+4+9=168 (22% of max value = 765). Red value is 155 (60.94% from 255 or 92.26% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0409 is #64FBF6. Grayscale: #313131. Windows color (decimal): -6618103 or 591003. OLE color: 591003.

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

Color convert

RGB 155 4 9 -
CMYK 0 0.97 0.94 0.39
HSL 358.01º 0.95% 0.31% -
HSV(B) 358.01º 0.97% 0.61% -
XYZ 13.61 7.08 0.91 -
YUV 49.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 155 4 9 0 0.97 0.94 0.39 358.01 0.95 0.31
Hex 9B 4 9 0 61 5E 27 166 5F 1F
Octal 233 4 11 0 141 136 47 546 137 37
Binary 10011011 100 1001 0 1100001 1011110 100111 101100110 1011111 11111

Color Harmonies of #9B0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0409

Black with #9B0409

Text Example


Text Example

White with #9B0409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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