Html Css Color HEX #9B080C Sangria

📋 copy color: '#9B080C'

red 155 ◦ green 8 ◦ blue 12

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

Shades of Sangria #9B080C

Tints of Sangria #9B080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 88.57%
G = 4.57%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B080C (or 0x9B080C) is known color: Sangria. HEX triplet: 9B, 08 and 0C. RGB value is (155,8,12). Sum of RGB (Red+Green+Blue) = 155+8+12=175 (23% of max value = 765). Red value is 155 (60.94% from 255 or 88.57% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 155 - color contains mainly: red. Hex color #9B080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B080C is #64F7F3. Grayscale: #343434. Windows color (decimal): -6617076 or 788635. OLE color: 788635.

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

Color convert

RGB 155 8 12 -
CMYK 0 0.95 0.92 0.39
HSL 358.37º 0.9% 0.32% -
HSV(B) 358.37º 0.95% 0.61% -
XYZ 13.67 7.17 1.01 -
YUV 52.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 155 8 12 0 0.95 0.92 0.39 358.37 0.9 0.32
Hex 9B 8 C 0 5F 5C 27 166 5A 20
Octal 233 10 14 0 137 134 47 546 132 40
Binary 10011011 1000 1100 0 1011111 1011100 100111 101100110 1011010 100000

Color Harmonies of #9B080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B080C

Black with #9B080C

Text Example


Text Example

White with #9B080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,8,12); }

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

background-color css

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

 a { background-color: rgb(155,8,12); }

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

border-color css

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

 span { border-color: rgb(155,8,12); }

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