Html Css Color HEX #9B050F Sangria

📋 copy color: '#9B050F'

red 155 ◦ green 5 ◦ blue 15

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

Shades of Sangria #9B050F

Tints of Sangria #9B050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 88.57%
G = 2.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B050F (or 0x9B050F) is known color: Sangria. HEX triplet: 9B, 05 and 0F. RGB value is (155,5,15). Sum of RGB (Red+Green+Blue) = 155+5+15=175 (23% of max value = 765). Red value is 155 (60.94% from 255 or 88.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 155 - color contains mainly: red. Hex color #9B050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B050F is #64FAF0. Grayscale: #333333. Windows color (decimal): -6617841 or 984475. OLE color: 984475.

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

Color convert

RGB 155 5 15 -
CMYK 0 0.97 0.90 0.39
HSL 356º 0.94% 0.31% -
HSV(B) 356º 0.97% 0.61% -
XYZ 13.66 7.11 1.1 -
YUV 50.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 155 5 15 0 0.97 0.90 0.39 356 0.94 0.31
Hex 9B 5 F 0 61 5A 27 164 5E 1F
Octal 233 5 17 0 141 132 47 544 136 37
Binary 10011011 101 1111 0 1100001 1011010 100111 101100100 1011110 11111

Color Harmonies of #9B050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B050F

Black with #9B050F

Text Example


Text Example

White with #9B050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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