Html Css Color HEX #8B374A Camelot

📋 copy color: '#8B374A'

red 139 ◦ green 55 ◦ blue 74

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

Shades of Camelot #8B374A

Tints of Camelot #8B374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 51.87%
G = 20.52%
B = 27.61%

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

#8B374A (or 0x8B374A) is known color: Camelot. HEX triplet: 8B, 37 and 4A. RGB value is (139,55,74). Sum of RGB (Red+Green+Blue) = 139+55+74=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B374A is #74C8B5. Grayscale: #525252. Windows color (decimal): -7653558 or 4863883. OLE color: 4863883.

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

Color convert

RGB 139 55 74 -
CMYK 0 0.60 0.47 0.45
HSL 346.43º 0.43% 0.38% -
HSV(B) 346.43º 0.6% 0.55% -
XYZ 13.25 8.72 7.46 -
YUV 82.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 139 55 74 0 0.60 0.47 0.45 346.43 0.43 0.38
Hex 8B 37 4A 0 3C 2F 2D 15A 2B 26
Octal 213 67 112 0 74 57 55 532 53 46
Binary 10001011 110111 1001010 0 111100 101111 101101 101011010 101011 100110

Color Harmonies of #8B374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B374A

Black with #8B374A

Text Example


Text Example

White with #8B374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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