Html Css Color HEX #9D0008 Sangria

📋 copy color: '#9D0008'

red 157 ◦ green 0 ◦ blue 8

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

Shades of Sangria #9D0008

Tints of Sangria #9D0008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 95.15%
G = 0%
B = 4.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9D0008 (or 0x9D0008) is known color: Sangria. HEX triplet: 9D, 00 and 08. RGB value is (157,0,8). Sum of RGB (Red+Green+Blue) = 157+0+8=165 (21% of max value = 765). Red value is 157 (61.72% from 255 or 95.15% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0008 is #62FFF7. Grayscale: #2F2F2F. Windows color (decimal): -6488056 or 524445. OLE color: 524445.

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

Color convert

RGB 157 0 8 -
CMYK 0 1 0.95 0.38
HSL 356.94º 1% 0.31% -
HSV(B) 356.94º 1% 0.62% -
XYZ 13.95 7.19 0.88 -
YUV 47.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 157 0 8 0 1 0.95 0.38 356.94 1 0.31
Hex 9D 0 8 0 64 5F 26 165 64 1F
Octal 235 0 10 0 144 137 46 545 144 37
Binary 10011101 0 1000 0 1100100 1011111 100110 101100101 1100100 11111

Color Harmonies of #9D0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0008

Black with #9D0008

Text Example


Text Example

White with #9D0008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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