Html Css Color HEX #83153D Claret

📋 copy color: '#83153D'

red 131 ◦ green 21 ◦ blue 61

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

Shades of Claret #83153D

Tints of Claret #83153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

 BLUE value IS 61 (24.22% from 255) = 28.64%

R = 61.5%
G = 9.86%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83153D (or 0x83153D) is known color: Claret. HEX triplet: 83, 15 and 3D. RGB value is (131,21,61). Sum of RGB (Red+Green+Blue) = 131+21+61=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83153D is #7CEAC2. Grayscale: #3A3A3A. Windows color (decimal): -8186563 or 4003203. OLE color: 4003203.

HSL color Cylindrical-coordinate representation of color #83153D: hue angle of 338.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83153D is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 61 -
CMYK 0 0.84 0.53 0.49
HSL 338.18º 0.72% 0.3% -
HSV(B) 338.18º 0.84% 0.51% -
XYZ 10.47 5.7 4.96 -
YUV 58.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 131 21 61 0 0.84 0.53 0.49 338.18 0.72 0.3
Hex 83 15 3D 0 54 35 31 152 48 1E
Octal 203 25 75 0 124 65 61 522 110 36
Binary 10000011 10101 111101 0 1010100 110101 110001 101010010 1001000 11110

Color Harmonies of #83153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83153D

Black with #83153D

Text Example


Text Example

White with #83153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83153D; }

 p { color: rgb(131,21,61); }

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

background-color css

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

 a { background-color: rgb(131,21,61); }

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

border-color css

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

 span { border-color: rgb(131,21,61); }

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