Html Css Color HEX #91081C Carmine

📋 copy color: '#91081C'

red 145 ◦ green 8 ◦ blue 28

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

Shades of Carmine #91081C

Tints of Carmine #91081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 80.11%
G = 4.42%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91081C (or 0x91081C) is known color: Carmine. HEX triplet: 91, 08 and 1C. RGB value is (145,8,28). Sum of RGB (Red+Green+Blue) = 145+8+28=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #91081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91081C is #6EF7E3. Grayscale: #333333. Windows color (decimal): -7272420 or 1837201. OLE color: 1837201.

HSL color Cylindrical-coordinate representation of color #91081C: hue angle of 351.24º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91081C is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 8 28 -
CMYK 0 0.94 0.81 0.43
HSL 351.24º 0.9% 0.3% -
HSV(B) 351.24º 0.94% 0.57% -
XYZ 11.97 6.28 1.68 -
YUV 51.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 145 8 28 0 0.94 0.81 0.43 351.24 0.9 0.3
Hex 91 8 1C 0 5E 51 2B 15F 5A 1E
Octal 221 10 34 0 136 121 53 537 132 36
Binary 10010001 1000 11100 0 1011110 1010001 101011 101011111 1011010 11110

Color Harmonies of #91081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91081C

Black with #91081C

Text Example


Text Example

White with #91081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91081C; }

 p { color: rgb(145,8,28); }

 H1.HeaderClassName
 {
   color: #91081C;
 }
 .AnyTagClassName
 {
   color: #91081C;
 }
</style>

background-color css

<style>
 a { background-color: #91081C; }

 a { background-color: rgb(145,8,28); }

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

border-color css

<style>
 span { border-color: #91081C; }

 span { border-color: rgb(145,8,28); }

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