Html Css Color HEX #82414A Camelot

📋 copy color: '#82414A'

red 130 ◦ green 65 ◦ blue 74

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

Shades of Camelot #82414A

Tints of Camelot #82414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

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

R = 48.33%
G = 24.16%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82414A (or 0x82414A) is known color: Camelot. HEX triplet: 82, 41 and 4A. RGB value is (130,65,74). Sum of RGB (Red+Green+Blue) = 130+65+74=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #82414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82414A is #7DBEB5. Grayscale: #555555. Windows color (decimal): -8240822 or 4866434. OLE color: 4866434.

HSL color Cylindrical-coordinate representation of color #82414A: hue angle of 351.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82414A is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 74 -
CMYK 0 0.50 0.43 0.49
HSL 351.69º 0.33% 0.38% -
HSV(B) 351.69º 0.5% 0.51% -
XYZ 12.33 9.02 7.57 -
YUV 85.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 130 65 74 0 0.50 0.43 0.49 351.69 0.33 0.38
Hex 82 41 4A 0 32 2B 31 160 21 26
Octal 202 101 112 0 62 53 61 540 41 46
Binary 10000010 1000001 1001010 0 110010 101011 110001 101100000 100001 100110

Color Harmonies of #82414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82414A

Black with #82414A

Text Example


Text Example

White with #82414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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