Html Css Color HEX #9B0E0F Sangria

📋 copy color: '#9B0E0F'

red 155 ◦ green 14 ◦ blue 15

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

Shades of Sangria #9B0E0F

Tints of Sangria #9B0E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.61%

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

R = 84.24%
G = 7.61%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B0E0F (or 0x9B0E0F) is known color: Sangria. HEX triplet: 9B, 0E and 0F. RGB value is (155,14,15). Sum of RGB (Red+Green+Blue) = 155+14+15=184 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.24% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0E0F is #64F1F0. Grayscale: #383838. Windows color (decimal): -6615537 or 986779. OLE color: 986779.

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

Color convert

RGB 155 14 15 -
CMYK 0 0.91 0.90 0.39
HSL 359.57º 0.83% 0.33% -
HSV(B) 359.57º 0.91% 0.61% -
XYZ 13.76 7.32 1.14 -
YUV 56.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 155 14 15 0 0.91 0.90 0.39 359.57 0.83 0.33
Hex 9B E F 0 5B 5A 27 168 53 21
Octal 233 16 17 0 133 132 47 550 123 41
Binary 10011011 1110 1111 0 1011011 1011010 100111 101101000 1010011 100001

Color Harmonies of #9B0E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E0F

Black with #9B0E0F

Text Example


Text Example

White with #9B0E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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