Html Css Color HEX #931027 Carmine

📋 copy color: '#931027'

red 147 ◦ green 16 ◦ blue 39

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

Shades of Carmine #931027

Tints of Carmine #931027

RGB

 RED value IS 147 (57.81% from 255) = 72.77%

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 72.77%
G = 7.92%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#931027 (or 0x931027) is known color: Carmine. HEX triplet: 93, 10 and 27. RGB value is (147,16,39). Sum of RGB (Red+Green+Blue) = 147+16+39=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #931027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931027 is #6CEFD8. Grayscale: #393939. Windows color (decimal): -7139289 or 2560147. OLE color: 2560147.

HSL color Cylindrical-coordinate representation of color #931027: hue angle of 349.47º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931027 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 16 39 -
CMYK 0 0.89 0.73 0.42
HSL 349.47º 0.8% 0.32% -
HSV(B) 349.47º 0.89% 0.58% -
XYZ 12.58 6.72 2.55 -
YUV 57.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 147 16 39 0 0.89 0.73 0.42 349.47 0.8 0.32
Hex 93 10 27 0 59 49 2A 15D 50 20
Octal 223 20 47 0 131 111 52 535 120 40
Binary 10010011 10000 100111 0 1011001 1001001 101010 101011101 1010000 100000

Color Harmonies of #931027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931027

Black with #931027

Text Example


Text Example

White with #931027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931027; }

 p { color: rgb(147,16,39); }

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

background-color css

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

 a { background-color: rgb(147,16,39); }

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

border-color css

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

 span { border-color: rgb(147,16,39); }

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