Html Css Color HEX #91011D Carmine

📋 copy color: '#91011D'

red 145 ◦ green 1 ◦ blue 29

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

Shades of Carmine #91011D

Tints of Carmine #91011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 82.86%
G = 0.57%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#91011D (or 0x91011D) is known color: Carmine. HEX triplet: 91, 01 and 1D. RGB value is (145,1,29). Sum of RGB (Red+Green+Blue) = 145+1+29=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #91011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91011D is #6EFEE2. Grayscale: #2F2F2F. Windows color (decimal): -7274211 or 1900945. OLE color: 1900945.

HSL color Cylindrical-coordinate representation of color #91011D: hue angle of 348.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91011D is Cyan = 0, Magento = 0.99, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 1 29 -
CMYK 0 0.99 0.8 0.43
HSL 348.33º 0.99% 0.29% -
HSV(B) 348.33º 0.99% 0.57% -
XYZ 11.91 6.13 1.72 -
YUV 47.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 145 1 29 0 0.99 0.8 0.43 348.33 0.99 0.29
Hex 91 1 1D 0 63 50 2B 15C 63 1D
Octal 221 1 35 0 143 120 53 534 143 35
Binary 10010001 1 11101 0 1100011 1010000 101011 101011100 1100011 11101

Color Harmonies of #91011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91011D

Black with #91011D

Text Example


Text Example

White with #91011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91011D; }

 p { color: rgb(145,1,29); }

 H1.HeaderClassName
 {
   color: #91011D;
 }
 .AnyTagClassName
 {
   color: #91011D;
 }
</style>

background-color css

<style>
 a { background-color: #91011D; }

 a { background-color: rgb(145,1,29); }

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

border-color css

<style>
 span { border-color: #91011D; }

 span { border-color: rgb(145,1,29); }

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