Html Css Color HEX #853043 Camelot

📋 copy color: '#853043'

red 133 ◦ green 48 ◦ blue 67

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

Shades of Camelot #853043

Tints of Camelot #853043

RGB

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

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

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

R = 53.63%
G = 19.35%
B = 27.02%

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

#853043 (or 0x853043) is known color: Camelot. HEX triplet: 85, 30 and 43. RGB value is (133,48,67). Sum of RGB (Red+Green+Blue) = 133+48+67=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #853043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853043 is #7ACFBC. Grayscale: #4B4B4B. Windows color (decimal): -8048573 or 4403333. OLE color: 4403333.

HSL color Cylindrical-coordinate representation of color #853043: hue angle of 346.59º 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 #853043 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 67 -
CMYK 0 0.64 0.50 0.48
HSL 346.59º 0.47% 0.35% -
HSV(B) 346.59º 0.64% 0.52% -
XYZ 11.74 7.51 6.14 -
YUV 75.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 133 48 67 0 0.64 0.50 0.48 346.59 0.47 0.35
Hex 85 30 43 0 40 32 30 15B 2F 23
Octal 205 60 103 0 100 62 60 533 57 43
Binary 10000101 110000 1000011 0 1000000 110010 110000 101011011 101111 100011

Color Harmonies of #853043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853043

Black with #853043

Text Example


Text Example

White with #853043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853043; }

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

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

background-color css

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

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

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

border-color css

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

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

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