Html Css Color HEX #853341 Camelot

📋 copy color: '#853341'

red 133 ◦ green 51 ◦ blue 65

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

Shades of Camelot #853341

Tints of Camelot #853341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 53.41%
G = 20.48%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#853341 (or 0x853341) is known color: Camelot. HEX triplet: 85, 33 and 41. RGB value is (133,51,65). Sum of RGB (Red+Green+Blue) = 133+51+65=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853341 is #7ACCBE. Grayscale: #4D4D4D. Windows color (decimal): -8047807 or 4273029. OLE color: 4273029.

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

Color convert

RGB 133 51 65 -
CMYK 0 0.62 0.51 0.48
HSL 349.76º 0.45% 0.36% -
HSV(B) 349.76º 0.62% 0.52% -
XYZ 11.81 7.74 5.87 -
YUV 77.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 133 51 65 0 0.62 0.51 0.48 349.76 0.45 0.36
Hex 85 33 41 0 3E 33 30 15E 2D 24
Octal 205 63 101 0 76 63 60 536 55 44
Binary 10000101 110011 1000001 0 111110 110011 110000 101011110 101101 100100

Color Harmonies of #853341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853341

Black with #853341

Text Example


Text Example

White with #853341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853341; }

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

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

background-color css

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

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

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

border-color css

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

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

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