Html Css Color HEX #9D040B Sangria

📋 copy color: '#9D040B'

red 157 ◦ green 4 ◦ blue 11

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

Shades of Sangria #9D040B

Tints of Sangria #9D040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 91.28%
G = 2.33%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9D040B (or 0x9D040B) is known color: Sangria. HEX triplet: 9D, 04 and 0B. RGB value is (157,4,11). Sum of RGB (Red+Green+Blue) = 157+4+11=172 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.28% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 157 - color contains mainly: red. Hex color #9D040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D040B is #62FBF4. Grayscale: #323232. Windows color (decimal): -6487029 or 722077. OLE color: 722077.

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

Color convert

RGB 157 4 11 -
CMYK 0 0.97 0.93 0.38
HSL 357.25º 0.95% 0.32% -
HSV(B) 357.25º 0.97% 0.62% -
XYZ 14.01 7.28 0.98 -
YUV 50.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 157 4 11 0 0.97 0.93 0.38 357.25 0.95 0.32
Hex 9D 4 B 0 61 5D 26 165 5F 20
Octal 235 4 13 0 141 135 46 545 137 40
Binary 10011101 100 1011 0 1100001 1011101 100110 101100101 1011111 100000

Color Harmonies of #9D040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D040B

Black with #9D040B

Text Example


Text Example

White with #9D040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,4,11); }

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

background-color css

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

 a { background-color: rgb(157,4,11); }

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

border-color css

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

 span { border-color: rgb(157,4,11); }

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