Html Css Color HEX #824253 Camelot

📋 copy color: '#824253'

red 130 ◦ green 66 ◦ blue 83

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

Shades of Camelot #824253

Tints of Camelot #824253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 46.59%
G = 23.66%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#824253 (or 0x824253) is known color: Camelot. HEX triplet: 82, 42 and 53. RGB value is (130,66,83). Sum of RGB (Red+Green+Blue) = 130+66+83=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824253 is #7DBDAC. Grayscale: #575757. Windows color (decimal): -8240557 or 5456514. OLE color: 5456514.

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

Color convert

RGB 130 66 83 -
CMYK 0 0.49 0.36 0.49
HSL 344.06º 0.33% 0.38% -
HSV(B) 344.06º 0.49% 0.51% -
XYZ 12.72 9.27 9.3 -
YUV 87.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 130 66 83 0 0.49 0.36 0.49 344.06 0.33 0.38
Hex 82 42 53 0 31 24 31 158 21 26
Octal 202 102 123 0 61 44 61 530 41 46
Binary 10000010 1000010 1010011 0 110001 100100 110001 101011000 100001 100110

Color Harmonies of #824253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824253

Black with #824253

Text Example


Text Example

White with #824253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824253; }

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

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

background-color css

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

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

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

border-color css

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

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

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