Html Css Color HEX #89374E Camelot

📋 copy color: '#89374E'

red 137 ◦ green 55 ◦ blue 78

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

Shades of Camelot #89374E

Tints of Camelot #89374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.89%

R = 50.74%
G = 20.37%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#89374E (or 0x89374E) is known color: Camelot. HEX triplet: 89, 37 and 4E. RGB value is (137,55,78). Sum of RGB (Red+Green+Blue) = 137+55+78=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89374E is #76C8B1. Grayscale: #525252. Windows color (decimal): -7784626 or 5126025. OLE color: 5126025.

HSL color Cylindrical-coordinate representation of color #89374E: hue angle of 343.17º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89374E is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 55 78 -
CMYK 0 0.60 0.43 0.46
HSL 343.17º 0.43% 0.38% -
HSV(B) 343.17º 0.6% 0.54% -
XYZ 13.06 8.6 8.18 -
YUV 82.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 137 55 78 0 0.60 0.43 0.46 343.17 0.43 0.38
Hex 89 37 4E 0 3C 2B 2E 157 2B 26
Octal 211 67 116 0 74 53 56 527 53 46
Binary 10001001 110111 1001110 0 111100 101011 101110 101010111 101011 100110

Color Harmonies of #89374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89374E

Black with #89374E

Text Example


Text Example

White with #89374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89374E; }

 p { color: rgb(137,55,78); }

 H1.HeaderClassName
 {
   color: #89374E;
 }
 .AnyTagClassName
 {
   color: #89374E;
 }
</style>

background-color css

<style>
 a { background-color: #89374E; }

 a { background-color: rgb(137,55,78); }

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

border-color css

<style>
 span { border-color: #89374E; }

 span { border-color: rgb(137,55,78); }

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