Html Css Color HEX #86374B Camelot

📋 copy color: '#86374B'

red 134 ◦ green 55 ◦ blue 75

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

Shades of Camelot #86374B

Tints of Camelot #86374B

RGB

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

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

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

R = 50.76%
G = 20.83%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#86374B (or 0x86374B) is known color: Camelot. HEX triplet: 86, 37 and 4B. RGB value is (134,55,75). Sum of RGB (Red+Green+Blue) = 134+55+75=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86374B is #79C8B4. Grayscale: #505050. Windows color (decimal): -7981237 or 4929414. OLE color: 4929414.

HSL color Cylindrical-coordinate representation of color #86374B: hue angle of 344.81º 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 #86374B is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 75 -
CMYK 0 0.59 0.44 0.47
HSL 344.81º 0.42% 0.37% -
HSV(B) 344.81º 0.59% 0.53% -
XYZ 12.47 8.31 7.6 -
YUV 80.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 134 55 75 0 0.59 0.44 0.47 344.81 0.42 0.37
Hex 86 37 4B 0 3B 2C 2F 159 2A 25
Octal 206 67 113 0 73 54 57 531 52 45
Binary 10000110 110111 1001011 0 111011 101100 101111 101011001 101010 100101

Color Harmonies of #86374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86374B

Black with #86374B

Text Example


Text Example

White with #86374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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