Html Css Color HEX #91041A Carmine

📋 copy color: '#91041A'

red 145 ◦ green 4 ◦ blue 26

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

Shades of Carmine #91041A

Tints of Carmine #91041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 82.86%
G = 2.29%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#91041A (or 0x91041A) is known color: Carmine. HEX triplet: 91, 04 and 1A. RGB value is (145,4,26). Sum of RGB (Red+Green+Blue) = 145+4+26=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #91041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91041A is #6EFBE5. Grayscale: #303030. Windows color (decimal): -7273446 or 1705105. OLE color: 1705105.

HSL color Cylindrical-coordinate representation of color #91041A: hue angle of 350.64º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91041A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 4 26 -
CMYK 0 0.97 0.82 0.43
HSL 350.64º 0.95% 0.29% -
HSV(B) 350.64º 0.97% 0.57% -
XYZ 11.91 6.18 1.54 -
YUV 48.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 145 4 26 0 0.97 0.82 0.43 350.64 0.95 0.29
Hex 91 4 1A 0 61 52 2B 15F 5F 1D
Octal 221 4 32 0 141 122 53 537 137 35
Binary 10010001 100 11010 0 1100001 1010010 101011 101011111 1011111 11101

Color Harmonies of #91041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91041A

Black with #91041A

Text Example


Text Example

White with #91041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91041A; }

 p { color: rgb(145,4,26); }

 H1.HeaderClassName
 {
   color: #91041A;
 }
 .AnyTagClassName
 {
   color: #91041A;
 }
</style>

background-color css

<style>
 a { background-color: #91041A; }

 a { background-color: rgb(145,4,26); }

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

border-color css

<style>
 span { border-color: #91041A; }

 span { border-color: rgb(145,4,26); }

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