Html Css Color HEX #82374A Camelot

📋 copy color: '#82374A'

red 130 ◦ green 55 ◦ blue 74

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

Shades of Camelot #82374A

Tints of Camelot #82374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.57%

R = 50.19%
G = 21.24%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82374A (or 0x82374A) is known color: Camelot. HEX triplet: 82, 37 and 4A. RGB value is (130,55,74). Sum of RGB (Red+Green+Blue) = 130+55+74=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82374A is #7DC8B5. Grayscale: #4F4F4F. Windows color (decimal): -8243382 or 4863874. OLE color: 4863874.

HSL color Cylindrical-coordinate representation of color #82374A: hue angle of 344.8º 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 #82374A is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 74 -
CMYK 0 0.58 0.43 0.49
HSL 344.8º 0.41% 0.36% -
HSV(B) 344.8º 0.58% 0.51% -
XYZ 11.81 7.97 7.4 -
YUV 79.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 130 55 74 0 0.58 0.43 0.49 344.8 0.41 0.36
Hex 82 37 4A 0 3A 2B 31 159 29 24
Octal 202 67 112 0 72 53 61 531 51 44
Binary 10000010 110111 1001010 0 111010 101011 110001 101011001 101001 100100

Color Harmonies of #82374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82374A

Black with #82374A

Text Example


Text Example

White with #82374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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