Html Css Color HEX #8F364A Camelot

📋 copy color: '#8F364A'

red 143 ◦ green 54 ◦ blue 74

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

Shades of Camelot #8F364A

Tints of Camelot #8F364A

RGB

 RED value IS 143 (56.25% from 255) = 52.77%

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 52.77%
G = 19.93%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8F364A (or 0x8F364A) is known color: Camelot. HEX triplet: 8F, 36 and 4A. RGB value is (143,54,74). Sum of RGB (Red+Green+Blue) = 143+54+74=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F364A is #70C9B5. Grayscale: #525252. Windows color (decimal): -7391670 or 4863631. OLE color: 4863631.

HSL color Cylindrical-coordinate representation of color #8F364A: hue angle of 346.52º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F364A is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 54 74 -
CMYK 0 0.62 0.48 0.44
HSL 346.52º 0.45% 0.39% -
HSV(B) 346.52º 0.62% 0.56% -
XYZ 13.88 8.97 7.48 -
YUV 82.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 143 54 74 0 0.62 0.48 0.44 346.52 0.45 0.39
Hex 8F 36 4A 0 3E 30 2C 15B 2D 27
Octal 217 66 112 0 76 60 54 533 55 47
Binary 10001111 110110 1001010 0 111110 110000 101100 101011011 101101 100111

Color Harmonies of #8F364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F364A

Black with #8F364A

Text Example


Text Example

White with #8F364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,54,74); }

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

background-color css

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

 a { background-color: rgb(143,54,74); }

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

border-color css

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

 span { border-color: rgb(143,54,74); }

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