Html Css Color HEX #853242 Camelot

📋 copy color: '#853242'

red 133 ◦ green 50 ◦ blue 66

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

Shades of Camelot #853242

Tints of Camelot #853242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

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

R = 53.41%
G = 20.08%
B = 26.51%

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

#853242 (or 0x853242) is known color: Camelot. HEX triplet: 85, 32 and 42. RGB value is (133,50,66). Sum of RGB (Red+Green+Blue) = 133+50+66=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853242 is #7ACDBD. Grayscale: #4C4C4C. Windows color (decimal): -8048062 or 4338309. OLE color: 4338309.

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

Color convert

RGB 133 50 66 -
CMYK 0 0.62 0.50 0.48
HSL 348.43º 0.45% 0.36% -
HSV(B) 348.43º 0.62% 0.52% -
XYZ 11.8 7.66 6.01 -
YUV 76.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 133 50 66 0 0.62 0.50 0.48 348.43 0.45 0.36
Hex 85 32 42 0 3E 32 30 15C 2D 24
Octal 205 62 102 0 76 62 60 534 55 44
Binary 10000101 110010 1000010 0 111110 110010 110000 101011100 101101 100100

Color Harmonies of #853242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853242

Black with #853242

Text Example


Text Example

White with #853242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853242; }

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

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

background-color css

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

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

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

border-color css

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

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

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