Html Css Color HEX #853448 Camelot

📋 copy color: '#853448'

red 133 ◦ green 52 ◦ blue 72

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

Shades of Camelot #853448

Tints of Camelot #853448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 51.75%
G = 20.23%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#853448 (or 0x853448) is known color: Camelot. HEX triplet: 85, 34 and 48. RGB value is (133,52,72). Sum of RGB (Red+Green+Blue) = 133+52+72=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #853448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853448 is #7ACBB7. Grayscale: #4E4E4E. Windows color (decimal): -8047544 or 4732037. OLE color: 4732037.

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

Color convert

RGB 133 52 72 -
CMYK 0 0.61 0.46 0.48
HSL 345.19º 0.44% 0.36% -
HSV(B) 345.19º 0.61% 0.52% -
XYZ 12.07 7.91 7.02 -
YUV 78.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 133 52 72 0 0.61 0.46 0.48 345.19 0.44 0.36
Hex 85 34 48 0 3D 2E 30 159 2C 24
Octal 205 64 110 0 75 56 60 531 54 44
Binary 10000101 110100 1001000 0 111101 101110 110000 101011001 101100 100100

Color Harmonies of #853448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853448

Black with #853448

Text Example


Text Example

White with #853448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853448; }

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

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

background-color css

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

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

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

border-color css

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

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

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