Html Css Color HEX #83123B Claret

📋 copy color: '#83123B'

red 131 ◦ green 18 ◦ blue 59

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

Shades of Claret #83123B

Tints of Claret #83123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 62.98%
G = 8.65%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83123B (or 0x83123B) is known color: Claret. HEX triplet: 83, 12 and 3B. RGB value is (131,18,59). Sum of RGB (Red+Green+Blue) = 131+18+59=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83123B is #7CEDC4. Grayscale: #383838. Windows color (decimal): -8187333 or 3871363. OLE color: 3871363.

HSL color Cylindrical-coordinate representation of color #83123B: hue angle of 338.23º 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 #83123B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 59 -
CMYK 0 0.86 0.55 0.49
HSL 338.23º 0.76% 0.29% -
HSV(B) 338.23º 0.86% 0.51% -
XYZ 10.37 5.57 4.67 -
YUV 56.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 131 18 59 0 0.86 0.55 0.49 338.23 0.76 0.29
Hex 83 12 3B 0 56 37 31 152 4C 1D
Octal 203 22 73 0 126 67 61 522 114 35
Binary 10000011 10010 111011 0 1010110 110111 110001 101010010 1001100 11101

Color Harmonies of #83123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83123B

Black with #83123B

Text Example


Text Example

White with #83123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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