Html Css Color HEX #8B384C Camelot

📋 copy color: '#8B384C'

red 139 ◦ green 56 ◦ blue 76

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

Shades of Camelot #8B384C

Tints of Camelot #8B384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.66%

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

R = 51.29%
G = 20.66%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B384C (or 0x8B384C) is known color: Camelot. HEX triplet: 8B, 38 and 4C. RGB value is (139,56,76). Sum of RGB (Red+Green+Blue) = 139+56+76=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B384C is #74C7B3. Grayscale: #535353. Windows color (decimal): -7653300 or 4995211. OLE color: 4995211.

HSL color Cylindrical-coordinate representation of color #8B384C: hue angle of 345.54º 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 #8B384C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 56 76 -
CMYK 0 0.60 0.45 0.45
HSL 345.54º 0.43% 0.38% -
HSV(B) 345.54º 0.6% 0.55% -
XYZ 13.37 8.84 7.84 -
YUV 83.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 139 56 76 0 0.60 0.45 0.45 345.54 0.43 0.38
Hex 8B 38 4C 0 3C 2D 2D 15A 2B 26
Octal 213 70 114 0 74 55 55 532 53 46
Binary 10001011 111000 1001100 0 111100 101101 101101 101011010 101011 100110

Color Harmonies of #8B384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B384C

Black with #8B384C

Text Example


Text Example

White with #8B384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,56,76); }

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

background-color css

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

 a { background-color: rgb(139,56,76); }

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

border-color css

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

 span { border-color: rgb(139,56,76); }

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