Html Css Color HEX #8B3F50 Camelot

📋 copy color: '#8B3F50'

red 139 ◦ green 63 ◦ blue 80

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

Shades of Camelot #8B3F50

Tints of Camelot #8B3F50

RGB

 RED value IS 139 (54.69% from 255) = 49.29%

 GREEN value IS 63 (25% from 255) = 22.34%

 BLUE value IS 80 (31.64% from 255) = 28.37%

R = 49.29%
G = 22.34%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8B3F50 (or 0x8B3F50) is known color: Camelot. HEX triplet: 8B, 3F and 50. RGB value is (139,63,80). Sum of RGB (Red+Green+Blue) = 139+63+80=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F50 is #74C0AF. Grayscale: #575757. Windows color (decimal): -7651504 or 5259147. OLE color: 5259147.

HSL color Cylindrical-coordinate representation of color #8B3F50: hue angle of 346.58º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3F50 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 63 80 -
CMYK 0 0.55 0.42 0.45
HSL 346.58º 0.38% 0.4% -
HSV(B) 346.58º 0.55% 0.55% -
XYZ 13.87 9.62 8.72 -
YUV 87.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 139 63 80 0 0.55 0.42 0.45 346.58 0.38 0.4
Hex 8B 3F 50 0 37 2A 2D 15B 26 28
Octal 213 77 120 0 67 52 55 533 46 50
Binary 10001011 111111 1010000 0 110111 101010 101101 101011011 100110 101000

Color Harmonies of #8B3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3F50

Black with #8B3F50

Text Example


Text Example

White with #8B3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B3F50; }

 p { color: rgb(139,63,80); }

 H1.HeaderClassName
 {
   color: #8B3F50;
 }
 .AnyTagClassName
 {
   color: #8B3F50;
 }
</style>

background-color css

<style>
 a { background-color: #8B3F50; }

 a { background-color: rgb(139,63,80); }

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

border-color css

<style>
 span { border-color: #8B3F50; }

 span { border-color: rgb(139,63,80); }

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