Html Css Color HEX #8A3848 Camelot

📋 copy color: '#8A3848'

red 138 ◦ green 56 ◦ blue 72

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

Shades of Camelot #8A3848

Tints of Camelot #8A3848

RGB

 RED value IS 138 (54.3% from 255) = 51.88%

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

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

R = 51.88%
G = 21.05%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#8A3848 (or 0x8A3848) is known color: Camelot. HEX triplet: 8A, 38 and 48. RGB value is (138,56,72). Sum of RGB (Red+Green+Blue) = 138+56+72=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3848 is #75C7B7. Grayscale: #525252. Windows color (decimal): -7718840 or 4733066. OLE color: 4733066.

HSL color Cylindrical-coordinate representation of color #8A3848: hue angle of 348.29º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A3848 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 56 72 -
CMYK 0 0.59 0.48 0.46
HSL 348.29º 0.42% 0.38% -
HSV(B) 348.29º 0.59% 0.54% -
XYZ 13.07 8.7 7.12 -
YUV 82.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 138 56 72 0 0.59 0.48 0.46 348.29 0.42 0.38
Hex 8A 38 48 0 3B 30 2E 15C 2A 26
Octal 212 70 110 0 73 60 56 534 52 46
Binary 10001010 111000 1001000 0 111011 110000 101110 101011100 101010 100110

Color Harmonies of #8A3848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3848

Black with #8A3848

Text Example


Text Example

White with #8A3848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,56,72); }

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

background-color css

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

 a { background-color: rgb(138,56,72); }

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

border-color css

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

 span { border-color: rgb(138,56,72); }

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