Html Css Color HEX #853441 Camelot

📋 copy color: '#853441'

red 133 ◦ green 52 ◦ blue 65

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

Shades of Camelot #853441

Tints of Camelot #853441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

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

R = 53.2%
G = 20.8%
B = 26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#853441 (or 0x853441) is known color: Camelot. HEX triplet: 85, 34 and 41. RGB value is (133,52,65). Sum of RGB (Red+Green+Blue) = 133+52+65=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853441 is #7ACBBE. Grayscale: #4D4D4D. Windows color (decimal): -8047551 or 4273285. OLE color: 4273285.

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

Color convert

RGB 133 52 65 -
CMYK 0 0.61 0.51 0.48
HSL 350.37º 0.44% 0.36% -
HSV(B) 350.37º 0.61% 0.52% -
XYZ 11.85 7.82 5.89 -
YUV 77.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 133 52 65 0 0.61 0.51 0.48 350.37 0.44 0.36
Hex 85 34 41 0 3D 33 30 15E 2C 24
Octal 205 64 101 0 75 63 60 536 54 44
Binary 10000101 110100 1000001 0 111101 110011 110000 101011110 101100 100100

Color Harmonies of #853441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853441

Black with #853441

Text Example


Text Example

White with #853441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853441; }

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

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

background-color css

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

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

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

border-color css

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

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

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