Html Css Color HEX #8D394B Camelot

📋 copy color: '#8D394B'

red 141 ◦ green 57 ◦ blue 75

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

Shades of Camelot #8D394B

Tints of Camelot #8D394B

RGB

 RED value IS 141 (55.47% from 255) = 51.65%

 GREEN value IS 57 (22.66% from 255) = 20.88%

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

R = 51.65%
G = 20.88%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D394B (or 0x8D394B) is known color: Camelot. HEX triplet: 8D, 39 and 4B. RGB value is (141,57,75). Sum of RGB (Red+Green+Blue) = 141+57+75=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D394B is #72C6B4. Grayscale: #545454. Windows color (decimal): -7521973 or 4929933. OLE color: 4929933.

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

Color convert

RGB 141 57 75 -
CMYK 0 0.60 0.47 0.45
HSL 347.14º 0.42% 0.39% -
HSV(B) 347.14º 0.6% 0.55% -
XYZ 13.72 9.1 7.69 -
YUV 84.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 141 57 75 0 0.60 0.47 0.45 347.14 0.42 0.39
Hex 8D 39 4B 0 3C 2F 2D 15B 2A 27
Octal 215 71 113 0 74 57 55 533 52 47
Binary 10001101 111001 1001011 0 111100 101111 101101 101011011 101010 100111

Color Harmonies of #8D394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D394B

Black with #8D394B

Text Example


Text Example

White with #8D394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,57,75); }

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

background-color css

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

 a { background-color: rgb(141,57,75); }

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

border-color css

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

 span { border-color: rgb(141,57,75); }

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