Html Css Color HEX #853342 Camelot

📋 copy color: '#853342'

red 133 ◦ green 51 ◦ blue 66

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

Shades of Camelot #853342

Tints of Camelot #853342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 53.2%
G = 20.4%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#853342 (or 0x853342) is known color: Camelot. HEX triplet: 85, 33 and 42. RGB value is (133,51,66). Sum of RGB (Red+Green+Blue) = 133+51+66=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853342 is #7ACCBD. Grayscale: #4D4D4D. Windows color (decimal): -8047806 or 4338565. OLE color: 4338565.

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

Color convert

RGB 133 51 66 -
CMYK 0 0.62 0.50 0.48
HSL 349.02º 0.45% 0.36% -
HSV(B) 349.02º 0.62% 0.52% -
XYZ 11.84 7.75 6.03 -
YUV 77.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 133 51 66 0 0.62 0.50 0.48 349.02 0.45 0.36
Hex 85 33 42 0 3E 32 30 15D 2D 24
Octal 205 63 102 0 76 62 60 535 55 44
Binary 10000101 110011 1000010 0 111110 110010 110000 101011101 101101 100100

Color Harmonies of #853342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853342

Black with #853342

Text Example


Text Example

White with #853342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853342; }

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

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

background-color css

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

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

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

border-color css

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

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

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