Html Css Color HEX #91071B Carmine

📋 copy color: '#91071B'

red 145 ◦ green 7 ◦ blue 27

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

Shades of Carmine #91071B

Tints of Carmine #91071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 81.01%
G = 3.91%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91071B (or 0x91071B) is known color: Carmine. HEX triplet: 91, 07 and 1B. RGB value is (145,7,27). Sum of RGB (Red+Green+Blue) = 145+7+27=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #91071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91071B is #6EF8E4. Grayscale: #323232. Windows color (decimal): -7272677 or 1771409. OLE color: 1771409.

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

Color convert

RGB 145 7 27 -
CMYK 0 0.95 0.81 0.43
HSL 351.3º 0.91% 0.3% -
HSV(B) 351.3º 0.95% 0.57% -
XYZ 11.95 6.25 1.61 -
YUV 50.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 145 7 27 0 0.95 0.81 0.43 351.3 0.91 0.3
Hex 91 7 1B 0 5F 51 2B 15F 5B 1E
Octal 221 7 33 0 137 121 53 537 133 36
Binary 10010001 111 11011 0 1011111 1010001 101011 101011111 1011011 11110

Color Harmonies of #91071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91071B

Black with #91071B

Text Example


Text Example

White with #91071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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