Html Css Color HEX #85344A Camelot

📋 copy color: '#85344A'

red 133 ◦ green 52 ◦ blue 74

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

Shades of Camelot #85344A

Tints of Camelot #85344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.57%

R = 51.35%
G = 20.08%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85344A (or 0x85344A) is known color: Camelot. HEX triplet: 85, 34 and 4A. RGB value is (133,52,74). Sum of RGB (Red+Green+Blue) = 133+52+74=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85344A is #7ACBB5. Grayscale: #4E4E4E. Windows color (decimal): -8047542 or 4863109. OLE color: 4863109.

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

Color convert

RGB 133 52 74 -
CMYK 0 0.61 0.44 0.48
HSL 343.7º 0.44% 0.36% -
HSV(B) 343.7º 0.61% 0.52% -
XYZ 12.14 7.94 7.37 -
YUV 78.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 133 52 74 0 0.61 0.44 0.48 343.7 0.44 0.36
Hex 85 34 4A 0 3D 2C 30 158 2C 24
Octal 205 64 112 0 75 54 60 530 54 44
Binary 10000101 110100 1001010 0 111101 101100 110000 101011000 101100 100100

Color Harmonies of #85344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85344A

Black with #85344A

Text Example


Text Example

White with #85344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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