Html Css Color HEX #803743 Camelot

📋 copy color: '#803743'

red 128 ◦ green 55 ◦ blue 67

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

Shades of Camelot #803743

Tints of Camelot #803743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

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

R = 51.2%
G = 22%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#803743 (or 0x803743) is known color: Camelot. HEX triplet: 80, 37 and 43. RGB value is (128,55,67). Sum of RGB (Red+Green+Blue) = 128+55+67=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #803743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803743 is #7FC8BC. Grayscale: #4E4E4E. Windows color (decimal): -8374461 or 4405120. OLE color: 4405120.

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

Color convert

RGB 128 55 67 -
CMYK 0 0.57 0.48 0.50
HSL 350.14º 0.4% 0.36% -
HSV(B) 350.14º 0.57% 0.5% -
XYZ 11.28 7.73 6.21 -
YUV 78.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 128 55 67 0 0.57 0.48 0.50 350.14 0.4 0.36
Hex 80 37 43 0 39 30 32 15E 28 24
Octal 200 67 103 0 71 60 62 536 50 44
Binary 10000000 110111 1000011 0 111001 110000 110010 101011110 101000 100100

Color Harmonies of #803743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803743

Black with #803743

Text Example


Text Example

White with #803743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803743; }

 p { color: rgb(128,55,67); }

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

background-color css

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

 a { background-color: rgb(128,55,67); }

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

border-color css

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

 span { border-color: rgb(128,55,67); }

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