Html Css Color HEX #85374F Camelot

📋 copy color: '#85374F'

red 133 ◦ green 55 ◦ blue 79

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

Shades of Camelot #85374F

Tints of Camelot #85374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

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

R = 49.81%
G = 20.6%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85374F (or 0x85374F) is known color: Camelot. HEX triplet: 85, 37 and 4F. RGB value is (133,55,79). Sum of RGB (Red+Green+Blue) = 133+55+79=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85374F is #7AC8B0. Grayscale: #515151. Windows color (decimal): -8046769 or 5191557. OLE color: 5191557.

HSL color Cylindrical-coordinate representation of color #85374F: hue angle of 341.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85374F is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 79 -
CMYK 0 0.59 0.41 0.48
HSL 341.54º 0.41% 0.37% -
HSV(B) 341.54º 0.59% 0.52% -
XYZ 12.45 8.28 8.34 -
YUV 81.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 133 55 79 0 0.59 0.41 0.48 341.54 0.41 0.37
Hex 85 37 4F 0 3B 29 30 156 29 25
Octal 205 67 117 0 73 51 60 526 51 45
Binary 10000101 110111 1001111 0 111011 101001 110000 101010110 101001 100101

Color Harmonies of #85374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85374F

Black with #85374F

Text Example


Text Example

White with #85374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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