Html Css Color HEX #9D010F Sangria

📋 copy color: '#9D010F'

red 157 ◦ green 1 ◦ blue 15

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

Shades of Sangria #9D010F

Tints of Sangria #9D010F

RGB

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

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

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

R = 90.75%
G = 0.58%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D010F (or 0x9D010F) is known color: Sangria. HEX triplet: 9D, 01 and 0F. RGB value is (157,1,15). Sum of RGB (Red+Green+Blue) = 157+1+15=173 (22% of max value = 765). Red value is 157 (61.72% from 255 or 90.75% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 157 - color contains mainly: red. Hex color #9D010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D010F is #62FEF0. Grayscale: #313131. Windows color (decimal): -6487793 or 983453. OLE color: 983453.

HSL color Cylindrical-coordinate representation of color #9D010F: hue angle of 354.62º 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 #9D010F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 1 15 -
CMYK 0 0.99 0.90 0.38
HSL 354.62º 0.99% 0.31% -
HSV(B) 354.62º 0.99% 0.62% -
XYZ 14 7.22 1.11 -
YUV 49.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 157 1 15 0 0.99 0.90 0.38 354.62 0.99 0.31
Hex 9D 1 F 0 63 5A 26 163 63 1F
Octal 235 1 17 0 143 132 46 543 143 37
Binary 10011101 1 1111 0 1100011 1011010 100110 101100011 1100011 11111

Color Harmonies of #9D010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D010F

Black with #9D010F

Text Example


Text Example

White with #9D010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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