Html Css Color HEX #823044 Camelot

📋 copy color: '#823044'

red 130 ◦ green 48 ◦ blue 68

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

Shades of Camelot #823044

Tints of Camelot #823044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 52.85%
G = 19.51%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#823044 (or 0x823044) is known color: Camelot. HEX triplet: 82, 30 and 44. RGB value is (130,48,68). Sum of RGB (Red+Green+Blue) = 130+48+68=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #823044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823044 is #7DCFBB. Grayscale: #4A4A4A. Windows color (decimal): -8245180 or 4468866. OLE color: 4468866.

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

Color convert

RGB 130 48 68 -
CMYK 0 0.63 0.48 0.49
HSL 345.37º 0.46% 0.35% -
HSV(B) 345.37º 0.63% 0.51% -
XYZ 11.31 7.28 6.28 -
YUV 74.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 130 48 68 0 0.63 0.48 0.49 345.37 0.46 0.35
Hex 82 30 44 0 3F 30 31 159 2E 23
Octal 202 60 104 0 77 60 61 531 56 43
Binary 10000010 110000 1000100 0 111111 110000 110001 101011001 101110 100011

Color Harmonies of #823044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823044

Black with #823044

Text Example


Text Example

White with #823044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823044; }

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

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

background-color css

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

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

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

border-color css

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

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

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