Html Css Color HEX #823445 Camelot

📋 copy color: '#823445'

red 130 ◦ green 52 ◦ blue 69

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

Shades of Camelot #823445

Tints of Camelot #823445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 51.79%
G = 20.72%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#823445 (or 0x823445) is known color: Camelot. HEX triplet: 82, 34 and 45. RGB value is (130,52,69). Sum of RGB (Red+Green+Blue) = 130+52+69=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #823445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823445 is #7DCBBA. Grayscale: #4D4D4D. Windows color (decimal): -8244155 or 4535426. OLE color: 4535426.

HSL color Cylindrical-coordinate representation of color #823445: hue angle of 346.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823445 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 69 -
CMYK 0 0.60 0.47 0.49
HSL 346.92º 0.43% 0.36% -
HSV(B) 346.92º 0.6% 0.51% -
XYZ 11.51 7.63 6.5 -
YUV 77.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 130 52 69 0 0.60 0.47 0.49 346.92 0.43 0.36
Hex 82 34 45 0 3C 2F 31 15B 2B 24
Octal 202 64 105 0 74 57 61 533 53 44
Binary 10000010 110100 1000101 0 111100 101111 110001 101011011 101011 100100

Color Harmonies of #823445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823445

Black with #823445

Text Example


Text Example

White with #823445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823445; }

 p { color: rgb(130,52,69); }

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

background-color css

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

 a { background-color: rgb(130,52,69); }

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

border-color css

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

 span { border-color: rgb(130,52,69); }

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