Html Css Color HEX #8B3748 Camelot

📋 copy color: '#8B3748'

red 139 ◦ green 55 ◦ blue 72

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

Shades of Camelot #8B3748

Tints of Camelot #8B3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 52.26%
G = 20.68%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8B3748 (or 0x8B3748) is known color: Camelot. HEX triplet: 8B, 37 and 48. RGB value is (139,55,72). Sum of RGB (Red+Green+Blue) = 139+55+72=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3748 is #74C8B7. Grayscale: #525252. Windows color (decimal): -7653560 or 4732811. OLE color: 4732811.

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

Color convert

RGB 139 55 72 -
CMYK 0 0.60 0.48 0.45
HSL 347.86º 0.43% 0.38% -
HSV(B) 347.86º 0.6% 0.55% -
XYZ 13.18 8.69 7.11 -
YUV 82.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 139 55 72 0 0.60 0.48 0.45 347.86 0.43 0.38
Hex 8B 37 48 0 3C 30 2D 15C 2B 26
Octal 213 67 110 0 74 60 55 534 53 46
Binary 10001011 110111 1001000 0 111100 110000 101101 101011100 101011 100110

Color Harmonies of #8B3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3748

Black with #8B3748

Text Example


Text Example

White with #8B3748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,55,72); }

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

background-color css

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

 a { background-color: rgb(139,55,72); }

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

border-color css

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

 span { border-color: rgb(139,55,72); }

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