Html Css Color HEX #8A354C Camelot

📋 copy color: '#8A354C'

red 138 ◦ green 53 ◦ blue 76

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

Shades of Camelot #8A354C

Tints of Camelot #8A354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.85%

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

R = 51.69%
G = 19.85%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#8A354C (or 0x8A354C) is known color: Camelot. HEX triplet: 8A, 35 and 4C. RGB value is (138,53,76). Sum of RGB (Red+Green+Blue) = 138+53+76=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A354C is #75CAB3. Grayscale: #515151. Windows color (decimal): -7719604 or 4994442. OLE color: 4994442.

HSL color Cylindrical-coordinate representation of color #8A354C: hue angle of 343.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A354C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 53 76 -
CMYK 0 0.62 0.45 0.46
HSL 343.76º 0.45% 0.37% -
HSV(B) 343.76º 0.62% 0.54% -
XYZ 13.06 8.47 7.78 -
YUV 81.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 138 53 76 0 0.62 0.45 0.46 343.76 0.45 0.37
Hex 8A 35 4C 0 3E 2D 2E 158 2D 25
Octal 212 65 114 0 76 55 56 530 55 45
Binary 10001010 110101 1001100 0 111110 101101 101110 101011000 101101 100101

Color Harmonies of #8A354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A354C

Black with #8A354C

Text Example


Text Example

White with #8A354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,53,76); }

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

background-color css

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

 a { background-color: rgb(138,53,76); }

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

border-color css

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

 span { border-color: rgb(138,53,76); }

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