Html Css Color HEX #824153 Camelot

📋 copy color: '#824153'

red 130 ◦ green 65 ◦ blue 83

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

Shades of Camelot #824153

Tints of Camelot #824153

RGB

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

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

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

R = 46.76%
G = 23.38%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#824153 (or 0x824153) is known color: Camelot. HEX triplet: 82, 41 and 53. RGB value is (130,65,83). Sum of RGB (Red+Green+Blue) = 130+65+83=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #824153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824153 is #7DBEAC. Grayscale: #565656. Windows color (decimal): -8240813 or 5456258. OLE color: 5456258.

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

Color convert

RGB 130 65 83 -
CMYK 0 0.50 0.36 0.49
HSL 343.38º 0.33% 0.38% -
HSV(B) 343.38º 0.5% 0.51% -
XYZ 12.66 9.15 9.28 -
YUV 86.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 130 65 83 0 0.50 0.36 0.49 343.38 0.33 0.38
Hex 82 41 53 0 32 24 31 157 21 26
Octal 202 101 123 0 62 44 61 527 41 46
Binary 10000010 1000001 1010011 0 110010 100100 110001 101010111 100001 100110

Color Harmonies of #824153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824153

Black with #824153

Text Example


Text Example

White with #824153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824153; }

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

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

background-color css

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

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

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

border-color css

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

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

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