Html Css Color HEX #9D080C Sangria

📋 copy color: '#9D080C'

red 157 ◦ green 8 ◦ blue 12

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

Shades of Sangria #9D080C

Tints of Sangria #9D080C

RGB

 RED value IS 157 (61.72% from 255) = 88.7%

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

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

R = 88.7%
G = 4.52%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D080C (or 0x9D080C) is known color: Sangria. HEX triplet: 9D, 08 and 0C. RGB value is (157,8,12). Sum of RGB (Red+Green+Blue) = 157+8+12=177 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.70% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 157 - color contains mainly: red. Hex color #9D080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D080C is #62F7F3. Grayscale: #353535. Windows color (decimal): -6486004 or 788637. OLE color: 788637.

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

Color convert

RGB 157 8 12 -
CMYK 0 0.95 0.92 0.38
HSL 358.39º 0.9% 0.32% -
HSV(B) 358.39º 0.95% 0.62% -
XYZ 14.06 7.37 1.03 -
YUV 53.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 157 8 12 0 0.95 0.92 0.38 358.39 0.9 0.32
Hex 9D 8 C 0 5F 5C 26 166 5A 20
Octal 235 10 14 0 137 134 46 546 132 40
Binary 10011101 1000 1100 0 1011111 1011100 100110 101100110 1011010 100000

Color Harmonies of #9D080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D080C

Black with #9D080C

Text Example


Text Example

White with #9D080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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