Html Css Color HEX #82424F Camelot

📋 copy color: '#82424F'

red 130 ◦ green 66 ◦ blue 79

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

Shades of Camelot #82424F

Tints of Camelot #82424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 47.27%
G = 24%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82424F (or 0x82424F) is known color: Camelot. HEX triplet: 82, 42 and 4F. RGB value is (130,66,79). Sum of RGB (Red+Green+Blue) = 130+66+79=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82424F is #7DBDB0. Grayscale: #565656. Windows color (decimal): -8240561 or 5194370. OLE color: 5194370.

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

Color convert

RGB 130 66 79 -
CMYK 0 0.49 0.39 0.49
HSL 347.81º 0.33% 0.38% -
HSV(B) 347.81º 0.49% 0.51% -
XYZ 12.57 9.21 8.51 -
YUV 86.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 130 66 79 0 0.49 0.39 0.49 347.81 0.33 0.38
Hex 82 42 4F 0 31 27 31 15C 21 26
Octal 202 102 117 0 61 47 61 534 41 46
Binary 10000010 1000010 1001111 0 110001 100111 110001 101011100 100001 100110

Color Harmonies of #82424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82424F

Black with #82424F

Text Example


Text Example

White with #82424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82424F; }

 p { color: rgb(130,66,79); }

 H1.HeaderClassName
 {
   color: #82424F;
 }
 .AnyTagClassName
 {
   color: #82424F;
 }
</style>

background-color css

<style>
 a { background-color: #82424F; }

 a { background-color: rgb(130,66,79); }

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

border-color css

<style>
 span { border-color: #82424F; }

 span { border-color: rgb(130,66,79); }

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