Html Css Color HEX #82183D Claret

📋 copy color: '#82183D'

red 130 ◦ green 24 ◦ blue 61

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

Shades of Claret #82183D

Tints of Claret #82183D

RGB

 RED value IS 130 (51.17% from 255) = 60.47%

 GREEN value IS 24 (9.77% from 255) = 11.16%

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

R = 60.47%
G = 11.16%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82183D (or 0x82183D) is known color: Claret. HEX triplet: 82, 18 and 3D. RGB value is (130,24,61). Sum of RGB (Red+Green+Blue) = 130+24+61=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #82183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82183D is #7DE7C2. Grayscale: #3B3B3B. Windows color (decimal): -8251331 or 4003970. OLE color: 4003970.

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

Color convert

RGB 130 24 61 -
CMYK 0 0.82 0.53 0.49
HSL 339.06º 0.69% 0.3% -
HSV(B) 339.06º 0.82% 0.51% -
XYZ 10.37 5.74 4.98 -
YUV 59.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 130 24 61 0 0.82 0.53 0.49 339.06 0.69 0.3
Hex 82 18 3D 0 52 35 31 153 45 1E
Octal 202 30 75 0 122 65 61 523 105 36
Binary 10000010 11000 111101 0 1010010 110101 110001 101010011 1000101 11110

Color Harmonies of #82183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82183D

Black with #82183D

Text Example


Text Example

White with #82183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,24,61); }

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

background-color css

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

 a { background-color: rgb(130,24,61); }

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

border-color css

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

 span { border-color: rgb(130,24,61); }

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