Html Css Color HEX #823042 Camelot

📋 copy color: '#823042'

red 130 ◦ green 48 ◦ blue 66

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

Shades of Camelot #823042

Tints of Camelot #823042

RGB

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

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

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

R = 53.28%
G = 19.67%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#823042 (or 0x823042) is known color: Camelot. HEX triplet: 82, 30 and 42. RGB value is (130,48,66). Sum of RGB (Red+Green+Blue) = 130+48+66=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #823042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823042 is #7DCFBD. Grayscale: #4A4A4A. Windows color (decimal): -8245182 or 4337794. OLE color: 4337794.

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

Color convert

RGB 130 48 66 -
CMYK 0 0.63 0.49 0.49
HSL 346.83º 0.46% 0.35% -
HSV(B) 346.83º 0.63% 0.51% -
XYZ 11.25 7.25 5.96 -
YUV 74.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 130 48 66 0 0.63 0.49 0.49 346.83 0.46 0.35
Hex 82 30 42 0 3F 31 31 15B 2E 23
Octal 202 60 102 0 77 61 61 533 56 43
Binary 10000010 110000 1000010 0 111111 110001 110001 101011011 101110 100011

Color Harmonies of #823042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823042

Black with #823042

Text Example


Text Example

White with #823042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823042; }

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

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

background-color css

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

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

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

border-color css

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

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

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