Html Css Color HEX #9D010E Sangria

📋 copy color: '#9D010E'

red 157 ◦ green 1 ◦ blue 14

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

Shades of Sangria #9D010E

Tints of Sangria #9D010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 91.28%
G = 0.58%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9D010E (or 0x9D010E) is known color: Sangria. HEX triplet: 9D, 01 and 0E. RGB value is (157,1,14). Sum of RGB (Red+Green+Blue) = 157+1+14=172 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.28% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 157 - color contains mainly: red. Hex color #9D010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D010E is #62FEF1. Grayscale: #313131. Windows color (decimal): -6487794 or 917917. OLE color: 917917.

HSL color Cylindrical-coordinate representation of color #9D010E: hue angle of 355º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D010E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 1 14 -
CMYK 0 0.99 0.91 0.38
HSL 355º 0.99% 0.31% -
HSV(B) 355º 0.99% 0.62% -
XYZ 13.99 7.22 1.07 -
YUV 49.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 157 1 14 0 0.99 0.91 0.38 355 0.99 0.31
Hex 9D 1 E 0 63 5B 26 163 63 1F
Octal 235 1 16 0 143 133 46 543 143 37
Binary 10011101 1 1110 0 1100011 1011011 100110 101100011 1100011 11111

Color Harmonies of #9D010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D010E

Black with #9D010E

Text Example


Text Example

White with #9D010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,1,14); }

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

background-color css

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

 a { background-color: rgb(157,1,14); }

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

border-color css

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

 span { border-color: rgb(157,1,14); }

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