Html Css Color HEX #823443 Camelot

📋 copy color: '#823443'

red 130 ◦ green 52 ◦ blue 67

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

Shades of Camelot #823443

Tints of Camelot #823443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.91%

R = 52.21%
G = 20.88%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#823443 (or 0x823443) is known color: Camelot. HEX triplet: 82, 34 and 43. RGB value is (130,52,67). Sum of RGB (Red+Green+Blue) = 130+52+67=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #823443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823443 is #7DCBBC. Grayscale: #4D4D4D. Windows color (decimal): -8244157 or 4404354. OLE color: 4404354.

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

Color convert

RGB 130 52 67 -
CMYK 0 0.60 0.48 0.49
HSL 348.46º 0.43% 0.36% -
HSV(B) 348.46º 0.6% 0.51% -
XYZ 11.45 7.61 6.18 -
YUV 77.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 130 52 67 0 0.60 0.48 0.49 348.46 0.43 0.36
Hex 82 34 43 0 3C 30 31 15C 2B 24
Octal 202 64 103 0 74 60 61 534 53 44
Binary 10000010 110100 1000011 0 111100 110000 110001 101011100 101011 100100

Color Harmonies of #823443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823443

Black with #823443

Text Example


Text Example

White with #823443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823443; }

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

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

background-color css

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

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

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

border-color css

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

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

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