Html Css Color HEX #86334B Camelot

📋 copy color: '#86334B'

red 134 ◦ green 51 ◦ blue 75

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

Shades of Camelot #86334B

Tints of Camelot #86334B

RGB

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

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

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

R = 51.54%
G = 19.62%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#86334B (or 0x86334B) is known color: Camelot. HEX triplet: 86, 33 and 4B. RGB value is (134,51,75). Sum of RGB (Red+Green+Blue) = 134+51+75=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86334B is #79CCB4. Grayscale: #4E4E4E. Windows color (decimal): -7982261 or 4928390. OLE color: 4928390.

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

Color convert

RGB 134 51 75 -
CMYK 0 0.62 0.44 0.47
HSL 342.65º 0.45% 0.36% -
HSV(B) 342.65º 0.62% 0.53% -
XYZ 12.29 7.94 7.54 -
YUV 78.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 134 51 75 0 0.62 0.44 0.47 342.65 0.45 0.36
Hex 86 33 4B 0 3E 2C 2F 157 2D 24
Octal 206 63 113 0 76 54 57 527 55 44
Binary 10000110 110011 1001011 0 111110 101100 101111 101010111 101101 100100

Color Harmonies of #86334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86334B

Black with #86334B

Text Example


Text Example

White with #86334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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