Html Css Color HEX #823244 Camelot

📋 copy color: '#823244'

red 130 ◦ green 50 ◦ blue 68

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

Shades of Camelot #823244

Tints of Camelot #823244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 52.42%
G = 20.16%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#823244 (or 0x823244) is known color: Camelot. HEX triplet: 82, 32 and 44. RGB value is (130,50,68). Sum of RGB (Red+Green+Blue) = 130+50+68=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #823244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823244 is #7DCDBB. Grayscale: #4B4B4B. Windows color (decimal): -8244668 or 4469378. OLE color: 4469378.

HSL color Cylindrical-coordinate representation of color #823244: hue angle of 346.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823244 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 68 -
CMYK 0 0.62 0.48 0.49
HSL 346.5º 0.44% 0.35% -
HSV(B) 346.5º 0.62% 0.51% -
XYZ 11.39 7.44 6.31 -
YUV 75.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 130 50 68 0 0.62 0.48 0.49 346.5 0.44 0.35
Hex 82 32 44 0 3E 30 31 15A 2C 23
Octal 202 62 104 0 76 60 61 532 54 43
Binary 10000010 110010 1000100 0 111110 110000 110001 101011010 101100 100011

Color Harmonies of #823244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823244

Black with #823244

Text Example


Text Example

White with #823244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823244; }

 p { color: rgb(130,50,68); }

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

background-color css

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

 a { background-color: rgb(130,50,68); }

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

border-color css

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

 span { border-color: rgb(130,50,68); }

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