Html Css Color HEX #91081B Carmine

📋 copy color: '#91081B'

red 145 ◦ green 8 ◦ blue 27

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

Shades of Carmine #91081B

Tints of Carmine #91081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15%

R = 80.56%
G = 4.44%
B = 15%

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

#91081B (or 0x91081B) is known color: Carmine. HEX triplet: 91, 08 and 1B. RGB value is (145,8,27). Sum of RGB (Red+Green+Blue) = 145+8+27=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #91081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91081B is #6EF7E4. Grayscale: #333333. Windows color (decimal): -7272421 or 1771665. OLE color: 1771665.

HSL color Cylindrical-coordinate representation of color #91081B: hue angle of 351.68º 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 #91081B is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 8 27 -
CMYK 0 0.94 0.81 0.43
HSL 351.68º 0.9% 0.3% -
HSV(B) 351.68º 0.94% 0.57% -
XYZ 11.96 6.27 1.62 -
YUV 51.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 145 8 27 0 0.94 0.81 0.43 351.68 0.9 0.3
Hex 91 8 1B 0 5E 51 2B 160 5A 1E
Octal 221 10 33 0 136 121 53 540 132 36
Binary 10010001 1000 11011 0 1011110 1010001 101011 101100000 1011010 11110

Color Harmonies of #91081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91081B

Black with #91081B

Text Example


Text Example

White with #91081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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