Html Css Color HEX #803142 Camelot

📋 copy color: '#803142'

red 128 ◦ green 49 ◦ blue 66

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

Shades of Camelot #803142

Tints of Camelot #803142

RGB

 RED value IS 128 (50.39% from 255) = 52.67%

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

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

R = 52.67%
G = 20.16%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#803142 (or 0x803142) is known color: Camelot. HEX triplet: 80, 31 and 42. RGB value is (128,49,66). Sum of RGB (Red+Green+Blue) = 128+49+66=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #803142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803142 is #7FCEBD. Grayscale: #4A4A4A. Windows color (decimal): -8375998 or 4338048. OLE color: 4338048.

HSL color Cylindrical-coordinate representation of color #803142: hue angle of 347.09º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803142 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 66 -
CMYK 0 0.62 0.48 0.50
HSL 347.09º 0.45% 0.35% -
HSV(B) 347.09º 0.62% 0.5% -
XYZ 10.98 7.18 5.96 -
YUV 74.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 128 49 66 0 0.62 0.48 0.50 347.09 0.45 0.35
Hex 80 31 42 0 3E 30 32 15B 2D 23
Octal 200 61 102 0 76 60 62 533 55 43
Binary 10000000 110001 1000010 0 111110 110000 110010 101011011 101101 100011

Color Harmonies of #803142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803142

Black with #803142

Text Example


Text Example

White with #803142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803142; }

 p { color: rgb(128,49,66); }

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

background-color css

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

 a { background-color: rgb(128,49,66); }

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

border-color css

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

 span { border-color: rgb(128,49,66); }

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