Html Css Color HEX #813742 Camelot

📋 copy color: '#813742'

red 129 ◦ green 55 ◦ blue 66

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

Shades of Camelot #813742

Tints of Camelot #813742

RGB

 RED value IS 129 (50.78% from 255) = 51.6%

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

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

R = 51.6%
G = 22%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#813742 (or 0x813742) is known color: Camelot. HEX triplet: 81, 37 and 42. RGB value is (129,55,66). Sum of RGB (Red+Green+Blue) = 129+55+66=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #813742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813742 is #7EC8BD. Grayscale: #4E4E4E. Windows color (decimal): -8308926 or 4339585. OLE color: 4339585.

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

Color convert

RGB 129 55 66 -
CMYK 0 0.57 0.49 0.49
HSL 351.08º 0.4% 0.36% -
HSV(B) 351.08º 0.57% 0.51% -
XYZ 11.4 7.79 6.06 -
YUV 78.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 129 55 66 0 0.57 0.49 0.49 351.08 0.4 0.36
Hex 81 37 42 0 39 31 31 15F 28 24
Octal 201 67 102 0 71 61 61 537 50 44
Binary 10000001 110111 1000010 0 111001 110001 110001 101011111 101000 100100

Color Harmonies of #813742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813742

Black with #813742

Text Example


Text Example

White with #813742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813742; }

 p { color: rgb(129,55,66); }

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

background-color css

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

 a { background-color: rgb(129,55,66); }

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

border-color css

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

 span { border-color: rgb(129,55,66); }

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