Html Css Color HEX #940527 Carmine

📋 copy color: '#940527'

red 148 ◦ green 5 ◦ blue 39

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

Shades of Carmine #940527

Tints of Carmine #940527

RGB

 RED value IS 148 (58.2% from 255) = 77.08%

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

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

R = 77.08%
G = 2.6%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#940527 (or 0x940527) is known color: Carmine. HEX triplet: 94, 05 and 27. RGB value is (148,5,39). Sum of RGB (Red+Green+Blue) = 148+5+39=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #940527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940527 is #6BFAD8. Grayscale: #333333. Windows color (decimal): -7076569 or 2557332. OLE color: 2557332.

HSL color Cylindrical-coordinate representation of color #940527: hue angle of 345.73º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940527 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 39 -
CMYK 0 0.97 0.74 0.42
HSL 345.73º 0.93% 0.3% -
HSV(B) 345.73º 0.97% 0.58% -
XYZ 12.63 6.55 2.52 -
YUV 51.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 148 5 39 0 0.97 0.74 0.42 345.73 0.93 0.3
Hex 94 5 27 0 61 4A 2A 15A 5D 1E
Octal 224 5 47 0 141 112 52 532 135 36
Binary 10010100 101 100111 0 1100001 1001010 101010 101011010 1011101 11110

Color Harmonies of #940527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940527

Black with #940527

Text Example


Text Example

White with #940527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940527; }

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

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

background-color css

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

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

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

border-color css

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

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

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