Html Css Color HEX #823144 Camelot

📋 copy color: '#823144'

red 130 ◦ green 49 ◦ blue 68

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

Shades of Camelot #823144

Tints of Camelot #823144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 52.63%
G = 19.84%
B = 27.53%

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

#823144 (or 0x823144) is known color: Camelot. HEX triplet: 82, 31 and 44. RGB value is (130,49,68). Sum of RGB (Red+Green+Blue) = 130+49+68=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #823144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823144 is #7DCEBB. Grayscale: #4B4B4B. Windows color (decimal): -8244924 or 4469122. OLE color: 4469122.

HSL color Cylindrical-coordinate representation of color #823144: hue angle of 345.93º degrees, saturation: 0.45, 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 #823144 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 49 68 -
CMYK 0 0.62 0.48 0.49
HSL 345.93º 0.45% 0.35% -
HSV(B) 345.93º 0.62% 0.51% -
XYZ 11.35 7.36 6.29 -
YUV 75.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 130 49 68 0 0.62 0.48 0.49 345.93 0.45 0.35
Hex 82 31 44 0 3E 30 31 15A 2D 23
Octal 202 61 104 0 76 60 61 532 55 43
Binary 10000010 110001 1000100 0 111110 110000 110001 101011010 101101 100011

Color Harmonies of #823144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823144

Black with #823144

Text Example


Text Example

White with #823144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823144; }

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

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

background-color css

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

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

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

border-color css

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

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

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