Html Css Color HEX #910D29 Carmine

📋 copy color: '#910D29'

red 145 ◦ green 13 ◦ blue 41

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

Shades of Carmine #910D29

Tints of Carmine #910D29

RGB

 RED value IS 145 (57.03% from 255) = 72.86%

 GREEN value IS 13 (5.47% from 255) = 6.53%

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

R = 72.86%
G = 6.53%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#910D29 (or 0x910D29) is known color: Carmine. HEX triplet: 91, 0D and 29. RGB value is (145,13,41). Sum of RGB (Red+Green+Blue) = 145+13+41=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #910D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D29 is #6EF2D6. Grayscale: #373737. Windows color (decimal): -7271127 or 2690449. OLE color: 2690449.

HSL color Cylindrical-coordinate representation of color #910D29: hue angle of 347.27º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D29 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 41 -
CMYK 0 0.91 0.72 0.43
HSL 347.27º 0.84% 0.31% -
HSV(B) 347.27º 0.91% 0.57% -
XYZ 12.22 6.47 2.7 -
YUV 55.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 145 13 41 0 0.91 0.72 0.43 347.27 0.84 0.31
Hex 91 D 29 0 5B 48 2B 15B 54 1F
Octal 221 15 51 0 133 110 53 533 124 37
Binary 10010001 1101 101001 0 1011011 1001000 101011 101011011 1010100 11111

Color Harmonies of #910D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D29

Black with #910D29

Text Example


Text Example

White with #910D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910D29; }

 p { color: rgb(145,13,41); }

 H1.HeaderClassName
 {
   color: #910D29;
 }
 .AnyTagClassName
 {
   color: #910D29;
 }
</style>

background-color css

<style>
 a { background-color: #910D29; }

 a { background-color: rgb(145,13,41); }

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

border-color css

<style>
 span { border-color: #910D29; }

 span { border-color: rgb(145,13,41); }

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