Html Css Color HEX #910527 Carmine

📋 copy color: '#910527'

red 145 ◦ green 5 ◦ blue 39

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

Shades of Carmine #910527

Tints of Carmine #910527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 39 (15.63% from 255) = 20.63%

R = 76.72%
G = 2.65%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#910527 (or 0x910527) is known color: Carmine. HEX triplet: 91, 05 and 27. RGB value is (145,5,39). Sum of RGB (Red+Green+Blue) = 145+5+39=189 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.72% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 145 - color contains mainly: red. Hex color #910527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910527 is #6EFAD8. Grayscale: #323232. Windows color (decimal): -7273177 or 2557329. OLE color: 2557329.

HSL color Cylindrical-coordinate representation of color #910527: hue angle of 345.43º degrees, saturation: 0.93, 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 #910527 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 39 -
CMYK 0 0.97 0.73 0.43
HSL 345.43º 0.93% 0.29% -
HSV(B) 345.43º 0.97% 0.57% -
XYZ 12.1 6.27 2.49 -
YUV 50.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 145 5 39 0 0.97 0.73 0.43 345.43 0.93 0.29
Hex 91 5 27 0 61 49 2B 159 5D 1D
Octal 221 5 47 0 141 111 53 531 135 35
Binary 10010001 101 100111 0 1100001 1001001 101011 101011001 1011101 11101

Color Harmonies of #910527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910527

Black with #910527

Text Example


Text Example

White with #910527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910527; }

 p { color: rgb(145,5,39); }

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

background-color css

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

 a { background-color: rgb(145,5,39); }

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

border-color css

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

 span { border-color: rgb(145,5,39); }

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