Html Css Color HEX #85334B Camelot

📋 copy color: '#85334B'

red 133 ◦ green 51 ◦ blue 75

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

Shades of Camelot #85334B

Tints of Camelot #85334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

 BLUE value IS 75 (29.69% from 255) = 28.96%

R = 51.35%
G = 19.69%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85334B (or 0x85334B) is known color: Camelot. HEX triplet: 85, 33 and 4B. RGB value is (133,51,75). Sum of RGB (Red+Green+Blue) = 133+51+75=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85334B is #7ACCB4. Grayscale: #4E4E4E. Windows color (decimal): -8047797 or 4928389. OLE color: 4928389.

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

Color convert

RGB 133 51 75 -
CMYK 0 0.62 0.44 0.48
HSL 342.44º 0.45% 0.36% -
HSV(B) 342.44º 0.62% 0.52% -
XYZ 12.13 7.86 7.54 -
YUV 78.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 133 51 75 0 0.62 0.44 0.48 342.44 0.45 0.36
Hex 85 33 4B 0 3E 2C 30 156 2D 24
Octal 205 63 113 0 76 54 60 526 55 44
Binary 10000101 110011 1001011 0 111110 101100 110000 101010110 101101 100100

Color Harmonies of #85334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85334B

Black with #85334B

Text Example


Text Example

White with #85334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85334B; }

 p { color: rgb(133,51,75); }

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

background-color css

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

 a { background-color: rgb(133,51,75); }

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

border-color css

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

 span { border-color: rgb(133,51,75); }

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