Html Css Color HEX #854350 Camelot

📋 copy color: '#854350'

red 133 ◦ green 67 ◦ blue 80

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

Shades of Camelot #854350

Tints of Camelot #854350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 47.5%
G = 23.93%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#854350 (or 0x854350) is known color: Camelot. HEX triplet: 85, 43 and 50. RGB value is (133,67,80). Sum of RGB (Red+Green+Blue) = 133+67+80=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #854350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854350 is #7ABCAF. Grayscale: #585858. Windows color (decimal): -8043696 or 5260165. OLE color: 5260165.

HSL color Cylindrical-coordinate representation of color #854350: hue angle of 348.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854350 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 80 -
CMYK 0 0.50 0.40 0.48
HSL 348.18º 0.33% 0.39% -
HSV(B) 348.18º 0.5% 0.52% -
XYZ 13.13 9.58 8.75 -
YUV 88.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 133 67 80 0 0.50 0.40 0.48 348.18 0.33 0.39
Hex 85 43 50 0 32 28 30 15C 21 27
Octal 205 103 120 0 62 50 60 534 41 47
Binary 10000101 1000011 1010000 0 110010 101000 110000 101011100 100001 100111

Color Harmonies of #854350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854350

Black with #854350

Text Example


Text Example

White with #854350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854350; }

 p { color: rgb(133,67,80); }

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

background-color css

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

 a { background-color: rgb(133,67,80); }

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

border-color css

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

 span { border-color: rgb(133,67,80); }

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