Html Css Color HEX #910D27 Carmine

📋 copy color: '#910D27'

red 145 ◦ green 13 ◦ blue 39

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

Shades of Carmine #910D27

Tints of Carmine #910D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 73.6%
G = 6.6%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#910D27 (or 0x910D27) is known color: Carmine. HEX triplet: 91, 0D and 27. RGB value is (145,13,39). Sum of RGB (Red+Green+Blue) = 145+13+39=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #910D27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D27 is #6EF2D8. Grayscale: #373737. Windows color (decimal): -7271129 or 2559377. OLE color: 2559377.

HSL color Cylindrical-coordinate representation of color #910D27: hue angle of 348.18º 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 #910D27 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 39 -
CMYK 0 0.91 0.73 0.43
HSL 348.18º 0.84% 0.31% -
HSV(B) 348.18º 0.91% 0.57% -
XYZ 12.19 6.45 2.52 -
YUV 55.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 145 13 39 0 0.91 0.73 0.43 348.18 0.84 0.31
Hex 91 D 27 0 5B 49 2B 15C 54 1F
Octal 221 15 47 0 133 111 53 534 124 37
Binary 10010001 1101 100111 0 1011011 1001001 101011 101011100 1010100 11111

Color Harmonies of #910D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D27

Black with #910D27

Text Example


Text Example

White with #910D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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