Html Css Color HEX #84113C Claret

📋 copy color: '#84113C'

red 132 ◦ green 17 ◦ blue 60

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

Shades of Claret #84113C

Tints of Claret #84113C

RGB

 RED value IS 132 (51.95% from 255) = 63.16%

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 60 (23.83% from 255) = 28.71%

R = 63.16%
G = 8.13%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84113C (or 0x84113C) is known color: Claret. HEX triplet: 84, 11 and 3C. RGB value is (132,17,60). Sum of RGB (Red+Green+Blue) = 132+17+60=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84113C is #7BEEC3. Grayscale: #383838. Windows color (decimal): -8122052 or 3936644. OLE color: 3936644.

HSL color Cylindrical-coordinate representation of color #84113C: hue angle of 337.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84113C is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 60 -
CMYK 0 0.87 0.55 0.48
HSL 337.57º 0.77% 0.29% -
HSV(B) 337.57º 0.87% 0.52% -
XYZ 10.53 5.63 4.81 -
YUV 56.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 132 17 60 0 0.87 0.55 0.48 337.57 0.77 0.29
Hex 84 11 3C 0 57 37 30 152 4D 1D
Octal 204 21 74 0 127 67 60 522 115 35
Binary 10000100 10001 111100 0 1010111 110111 110000 101010010 1001101 11101

Color Harmonies of #84113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84113C

Black with #84113C

Text Example


Text Example

White with #84113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84113C; }

 p { color: rgb(132,17,60); }

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

background-color css

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

 a { background-color: rgb(132,17,60); }

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

border-color css

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

 span { border-color: rgb(132,17,60); }

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