Html Css Color HEX #89364C Camelot

📋 copy color: '#89364C'

red 137 ◦ green 54 ◦ blue 76

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

Shades of Camelot #89364C

Tints of Camelot #89364C

RGB

 RED value IS 137 (53.91% from 255) = 51.31%

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

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

R = 51.31%
G = 20.22%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89364C (or 0x89364C) is known color: Camelot. HEX triplet: 89, 36 and 4C. RGB value is (137,54,76). Sum of RGB (Red+Green+Blue) = 137+54+76=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89364C is #76C9B3. Grayscale: #515151. Windows color (decimal): -7784884 or 4994697. OLE color: 4994697.

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

Color convert

RGB 137 54 76 -
CMYK 0 0.61 0.45 0.46
HSL 344.1º 0.43% 0.37% -
HSV(B) 344.1º 0.61% 0.54% -
XYZ 12.94 8.48 7.79 -
YUV 81.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 137 54 76 0 0.61 0.45 0.46 344.1 0.43 0.37
Hex 89 36 4C 0 3D 2D 2E 158 2B 25
Octal 211 66 114 0 75 55 56 530 53 45
Binary 10001001 110110 1001100 0 111101 101101 101110 101011000 101011 100101

Color Harmonies of #89364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89364C

Black with #89364C

Text Example


Text Example

White with #89364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89364C; }

 p { color: rgb(137,54,76); }

 H1.HeaderClassName
 {
   color: #89364C;
 }
 .AnyTagClassName
 {
   color: #89364C;
 }
</style>

background-color css

<style>
 a { background-color: #89364C; }

 a { background-color: rgb(137,54,76); }

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

border-color css

<style>
 span { border-color: #89364C; }

 span { border-color: rgb(137,54,76); }

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