Html Css Color HEX #83123C Claret

📋 copy color: '#83123C'

red 131 ◦ green 18 ◦ blue 60

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

Shades of Claret #83123C

Tints of Claret #83123C

RGB

 RED value IS 131 (51.56% from 255) = 62.68%

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

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

R = 62.68%
G = 8.61%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83123C (or 0x83123C) is known color: Claret. HEX triplet: 83, 12 and 3C. RGB value is (131,18,60). Sum of RGB (Red+Green+Blue) = 131+18+60=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83123C is #7CEDC3. Grayscale: #383838. Windows color (decimal): -8187332 or 3936899. OLE color: 3936899.

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

Color convert

RGB 131 18 60 -
CMYK 0 0.86 0.54 0.49
HSL 337.7º 0.76% 0.29% -
HSV(B) 337.7º 0.86% 0.51% -
XYZ 10.39 5.58 4.81 -
YUV 56.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 131 18 60 0 0.86 0.54 0.49 337.7 0.76 0.29
Hex 83 12 3C 0 56 36 31 152 4C 1D
Octal 203 22 74 0 126 66 61 522 114 35
Binary 10000011 10010 111100 0 1010110 110110 110001 101010010 1001100 11101

Color Harmonies of #83123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83123C

Black with #83123C

Text Example


Text Example

White with #83123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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