Html Css Color HEX #823442 Camelot

📋 copy color: '#823442'

red 130 ◦ green 52 ◦ blue 66

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

Shades of Camelot #823442

Tints of Camelot #823442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 52.42%
G = 20.97%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#823442 (or 0x823442) is known color: Camelot. HEX triplet: 82, 34 and 42. RGB value is (130,52,66). Sum of RGB (Red+Green+Blue) = 130+52+66=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #823442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823442 is #7DCBBD. Grayscale: #4C4C4C. Windows color (decimal): -8244158 or 4338818. OLE color: 4338818.

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

Color convert

RGB 130 52 66 -
CMYK 0 0.60 0.49 0.49
HSL 349.23º 0.43% 0.36% -
HSV(B) 349.23º 0.6% 0.51% -
XYZ 11.42 7.6 6.02 -
YUV 76.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 130 52 66 0 0.60 0.49 0.49 349.23 0.43 0.36
Hex 82 34 42 0 3C 31 31 15D 2B 24
Octal 202 64 102 0 74 61 61 535 53 44
Binary 10000010 110100 1000010 0 111100 110001 110001 101011101 101011 100100

Color Harmonies of #823442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823442

Black with #823442

Text Example


Text Example

White with #823442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823442; }

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

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

background-color css

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

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

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

border-color css

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

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

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