Html Css Color HEX #86374C Camelot

📋 copy color: '#86374C'

red 134 ◦ green 55 ◦ blue 76

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

Shades of Camelot #86374C

Tints of Camelot #86374C

RGB

 RED value IS 134 (52.73% from 255) = 50.57%

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

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 50.57%
G = 20.75%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#86374C (or 0x86374C) is known color: Camelot. HEX triplet: 86, 37 and 4C. RGB value is (134,55,76). Sum of RGB (Red+Green+Blue) = 134+55+76=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86374C is #79C8B3. Grayscale: #515151. Windows color (decimal): -7981236 or 4994950. OLE color: 4994950.

HSL color Cylindrical-coordinate representation of color #86374C: hue angle of 344.05º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86374C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 76 -
CMYK 0 0.59 0.43 0.47
HSL 344.05º 0.42% 0.37% -
HSV(B) 344.05º 0.59% 0.53% -
XYZ 12.5 8.32 7.78 -
YUV 81.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 134 55 76 0 0.59 0.43 0.47 344.05 0.42 0.37
Hex 86 37 4C 0 3B 2B 2F 158 2A 25
Octal 206 67 114 0 73 53 57 530 52 45
Binary 10000110 110111 1001100 0 111011 101011 101111 101011000 101010 100101

Color Harmonies of #86374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86374C

Black with #86374C

Text Example


Text Example

White with #86374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86374C; }

 p { color: rgb(134,55,76); }

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

background-color css

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

 a { background-color: rgb(134,55,76); }

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

border-color css

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

 span { border-color: rgb(134,55,76); }

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