Html Css Color HEX #9D050F Sangria

📋 copy color: '#9D050F'

red 157 ◦ green 5 ◦ blue 15

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

Shades of Sangria #9D050F

Tints of Sangria #9D050F

RGB

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

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

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

R = 88.7%
G = 2.82%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D050F (or 0x9D050F) is known color: Sangria. HEX triplet: 9D, 05 and 0F. RGB value is (157,5,15). Sum of RGB (Red+Green+Blue) = 157+5+15=177 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.70% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 157 - color contains mainly: red. Hex color #9D050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D050F is #62FAF0. Grayscale: #333333. Windows color (decimal): -6486769 or 984477. OLE color: 984477.

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

Color convert

RGB 157 5 15 -
CMYK 0 0.97 0.90 0.38
HSL 356.05º 0.94% 0.32% -
HSV(B) 356.05º 0.97% 0.62% -
XYZ 14.05 7.31 1.12 -
YUV 51.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 157 5 15 0 0.97 0.90 0.38 356.05 0.94 0.32
Hex 9D 5 F 0 61 5A 26 164 5E 20
Octal 235 5 17 0 141 132 46 544 136 40
Binary 10011101 101 1111 0 1100001 1011010 100110 101100100 1011110 100000

Color Harmonies of #9D050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D050F

Black with #9D050F

Text Example


Text Example

White with #9D050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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