Html Css Color HEX #853042 Camelot

📋 copy color: '#853042'

red 133 ◦ green 48 ◦ blue 66

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

Shades of Camelot #853042

Tints of Camelot #853042

RGB

 RED value IS 133 (52.34% from 255) = 53.85%

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

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

R = 53.85%
G = 19.43%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#853042 (or 0x853042) is known color: Camelot. HEX triplet: 85, 30 and 42. RGB value is (133,48,66). Sum of RGB (Red+Green+Blue) = 133+48+66=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #853042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853042 is #7ACFBD. Grayscale: #4B4B4B. Windows color (decimal): -8048574 or 4337797. OLE color: 4337797.

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

Color convert

RGB 133 48 66 -
CMYK 0 0.64 0.50 0.48
HSL 347.29º 0.47% 0.35% -
HSV(B) 347.29º 0.64% 0.52% -
XYZ 11.71 7.49 5.98 -
YUV 75.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 133 48 66 0 0.64 0.50 0.48 347.29 0.47 0.35
Hex 85 30 42 0 40 32 30 15B 2F 23
Octal 205 60 102 0 100 62 60 533 57 43
Binary 10000101 110000 1000010 0 1000000 110010 110000 101011011 101111 100011

Color Harmonies of #853042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853042

Black with #853042

Text Example


Text Example

White with #853042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853042; }

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

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

background-color css

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

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

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

border-color css

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

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

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