Html Css Color HEX #82414B Camelot

📋 copy color: '#82414B'

red 130 ◦ green 65 ◦ blue 75

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

Shades of Camelot #82414B

Tints of Camelot #82414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.78%

R = 48.15%
G = 24.07%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82414B (or 0x82414B) is known color: Camelot. HEX triplet: 82, 41 and 4B. RGB value is (130,65,75). Sum of RGB (Red+Green+Blue) = 130+65+75=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82414B is #7DBEB4. Grayscale: #555555. Windows color (decimal): -8240821 or 4931970. OLE color: 4931970.

HSL color Cylindrical-coordinate representation of color #82414B: hue angle of 350.77º 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 #82414B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 75 -
CMYK 0 0.50 0.42 0.49
HSL 350.77º 0.33% 0.38% -
HSV(B) 350.77º 0.5% 0.51% -
XYZ 12.37 9.03 7.75 -
YUV 85.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 130 65 75 0 0.50 0.42 0.49 350.77 0.33 0.38
Hex 82 41 4B 0 32 2A 31 15F 21 26
Octal 202 101 113 0 62 52 61 537 41 46
Binary 10000010 1000001 1001011 0 110010 101010 110001 101011111 100001 100110

Color Harmonies of #82414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82414B

Black with #82414B

Text Example


Text Example

White with #82414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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