Html Css Color HEX #84123C Claret

📋 copy color: '#84123C'

red 132 ◦ green 18 ◦ blue 60

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

Shades of Claret #84123C

Tints of Claret #84123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

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

R = 62.86%
G = 8.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84123C (or 0x84123C) is known color: Claret. HEX triplet: 84, 12 and 3C. RGB value is (132,18,60). Sum of RGB (Red+Green+Blue) = 132+18+60=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84123C is #7BEDC3. Grayscale: #383838. Windows color (decimal): -8121796 or 3936900. OLE color: 3936900.

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

Color convert

RGB 132 18 60 -
CMYK 0 0.86 0.55 0.48
HSL 337.89º 0.76% 0.29% -
HSV(B) 337.89º 0.86% 0.52% -
XYZ 10.55 5.66 4.81 -
YUV 56.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 132 18 60 0 0.86 0.55 0.48 337.89 0.76 0.29
Hex 84 12 3C 0 56 37 30 152 4C 1D
Octal 204 22 74 0 126 67 60 522 114 35
Binary 10000100 10010 111100 0 1010110 110111 110000 101010010 1001100 11101

Color Harmonies of #84123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84123C

Black with #84123C

Text Example


Text Example

White with #84123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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