Html Css Color HEX #9D000F Sangria

📋 copy color: '#9D000F'

red 157 ◦ green 0 ◦ blue 15

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

Shades of Sangria #9D000F

Tints of Sangria #9D000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.28%
G = 0%
B = 8.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D000F (or 0x9D000F) is known color: Sangria. HEX triplet: 9D, 00 and 0F. RGB value is (157,0,15). Sum of RGB (Red+Green+Blue) = 157+0+15=172 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.28% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 157 - color contains mainly: red. Hex color #9D000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D000F is #62FFF0. Grayscale: #303030. Windows color (decimal): -6488049 or 983197. OLE color: 983197.

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

Color convert

RGB 157 0 15 -
CMYK 0 1 0.90 0.38
HSL 354.27º 1% 0.31% -
HSV(B) 354.27º 1% 0.62% -
XYZ 13.99 7.2 1.1 -
YUV 48.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 157 0 15 0 1 0.90 0.38 354.27 1 0.31
Hex 9D 0 F 0 64 5A 26 162 64 1F
Octal 235 0 17 0 144 132 46 542 144 37
Binary 10011101 0 1111 0 1100100 1011010 100110 101100010 1100100 11111

Color Harmonies of #9D000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D000F

Black with #9D000F

Text Example


Text Example

White with #9D000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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