Html Css Color HEX #853345 Camelot

📋 copy color: '#853345'

red 133 ◦ green 51 ◦ blue 69

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

Shades of Camelot #853345

Tints of Camelot #853345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 52.57%
G = 20.16%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#853345 (or 0x853345) is known color: Camelot. HEX triplet: 85, 33 and 45. RGB value is (133,51,69). Sum of RGB (Red+Green+Blue) = 133+51+69=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853345 is #7ACCBA. Grayscale: #4D4D4D. Windows color (decimal): -8047803 or 4535173. OLE color: 4535173.

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

Color convert

RGB 133 51 69 -
CMYK 0 0.62 0.48 0.48
HSL 346.83º 0.45% 0.36% -
HSV(B) 346.83º 0.62% 0.52% -
XYZ 11.93 7.78 6.5 -
YUV 77.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 133 51 69 0 0.62 0.48 0.48 346.83 0.45 0.36
Hex 85 33 45 0 3E 30 30 15B 2D 24
Octal 205 63 105 0 76 60 60 533 55 44
Binary 10000101 110011 1000101 0 111110 110000 110000 101011011 101101 100100

Color Harmonies of #853345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853345

Black with #853345

Text Example


Text Example

White with #853345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853345; }

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

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

background-color css

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

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

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

border-color css

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

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

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