Html Css Color HEX #85434F Camelot

📋 copy color: '#85434F'

red 133 ◦ green 67 ◦ blue 79

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

Shades of Camelot #85434F

Tints of Camelot #85434F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.32%

R = 47.67%
G = 24.01%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85434F (or 0x85434F) is known color: Camelot. HEX triplet: 85, 43 and 4F. RGB value is (133,67,79). Sum of RGB (Red+Green+Blue) = 133+67+79=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85434F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85434F is #7ABCB0. Grayscale: #585858. Windows color (decimal): -8043697 or 5194629. OLE color: 5194629.

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

Color convert

RGB 133 67 79 -
CMYK 0 0.50 0.41 0.48
HSL 349.09º 0.33% 0.39% -
HSV(B) 349.09º 0.5% 0.52% -
XYZ 13.09 9.57 8.55 -
YUV 88.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 133 67 79 0 0.50 0.41 0.48 349.09 0.33 0.39
Hex 85 43 4F 0 32 29 30 15D 21 27
Octal 205 103 117 0 62 51 60 535 41 47
Binary 10000101 1000011 1001111 0 110010 101001 110000 101011101 100001 100111

Color Harmonies of #85434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85434F

Black with #85434F

Text Example


Text Example

White with #85434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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