Html Css Color HEX #9D0729 Carmine

📋 copy color: '#9D0729'

red 157 ◦ green 7 ◦ blue 41

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

Shades of Carmine #9D0729

Tints of Carmine #9D0729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 41 (16.41% from 255) = 20%

R = 76.59%
G = 3.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9D0729 (or 0x9D0729) is known color: Carmine. HEX triplet: 9D, 07 and 29. RGB value is (157,7,41). Sum of RGB (Red+Green+Blue) = 157+7+41=205 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.59% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0729 is #62F8D6. Grayscale: #373737. Windows color (decimal): -6486231 or 2688925. OLE color: 2688925.

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

Color convert

RGB 157 7 41 -
CMYK 0 0.96 0.74 0.38
HSL 346.4º 0.91% 0.32% -
HSV(B) 346.4º 0.96% 0.62% -
XYZ 14.38 7.48 2.78 -
YUV 55.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 157 7 41 0 0.96 0.74 0.38 346.4 0.91 0.32
Hex 9D 7 29 0 60 4A 26 15A 5B 20
Octal 235 7 51 0 140 112 46 532 133 40
Binary 10011101 111 101001 0 1100000 1001010 100110 101011010 1011011 100000

Color Harmonies of #9D0729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0729

Black with #9D0729

Text Example


Text Example

White with #9D0729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,7,41); }

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

background-color css

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

 a { background-color: rgb(157,7,41); }

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

border-color css

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

 span { border-color: rgb(157,7,41); }

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