Html Css Color HEX #82374D Camelot

📋 copy color: '#82374D'

red 130 ◦ green 55 ◦ blue 77

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

Shades of Camelot #82374D

Tints of Camelot #82374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 49.62%
G = 20.99%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82374D (or 0x82374D) is known color: Camelot. HEX triplet: 82, 37 and 4D. RGB value is (130,55,77). Sum of RGB (Red+Green+Blue) = 130+55+77=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82374D is #7DC8B2. Grayscale: #4F4F4F. Windows color (decimal): -8243379 or 5060482. OLE color: 5060482.

HSL color Cylindrical-coordinate representation of color #82374D: hue angle of 342.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82374D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 77 -
CMYK 0 0.58 0.41 0.49
HSL 342.4º 0.41% 0.36% -
HSV(B) 342.4º 0.58% 0.51% -
XYZ 11.91 8.01 7.94 -
YUV 79.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 130 55 77 0 0.58 0.41 0.49 342.4 0.41 0.36
Hex 82 37 4D 0 3A 29 31 156 29 24
Octal 202 67 115 0 72 51 61 526 51 44
Binary 10000010 110111 1001101 0 111010 101001 110001 101010110 101001 100100

Color Harmonies of #82374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82374D

Black with #82374D

Text Example


Text Example

White with #82374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,55,77); }

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

background-color css

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

 a { background-color: rgb(130,55,77); }

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

border-color css

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

 span { border-color: rgb(130,55,77); }

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