Html Css Color HEX #854353 Camelot

📋 copy color: '#854353'

red 133 ◦ green 67 ◦ blue 83

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

Shades of Camelot #854353

Tints of Camelot #854353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.33%

R = 47%
G = 23.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#854353 (or 0x854353) is known color: Camelot. HEX triplet: 85, 43 and 53. RGB value is (133,67,83). Sum of RGB (Red+Green+Blue) = 133+67+83=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854353 is #7ABCAC. Grayscale: #585858. Windows color (decimal): -8043693 or 5456773. OLE color: 5456773.

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

Color convert

RGB 133 67 83 -
CMYK 0 0.50 0.38 0.48
HSL 345.45º 0.33% 0.39% -
HSV(B) 345.45º 0.5% 0.52% -
XYZ 13.24 9.63 9.34 -
YUV 88.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 133 67 83 0 0.50 0.38 0.48 345.45 0.33 0.39
Hex 85 43 53 0 32 26 30 159 21 27
Octal 205 103 123 0 62 46 60 531 41 47
Binary 10000101 1000011 1010011 0 110010 100110 110000 101011001 100001 100111

Color Harmonies of #854353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854353

Black with #854353

Text Example


Text Example

White with #854353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854353; }

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

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

background-color css

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

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

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

border-color css

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

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

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