Html Css Color HEX #89374F Camelot

📋 copy color: '#89374F'

red 137 ◦ green 55 ◦ blue 79

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

Shades of Camelot #89374F

Tints of Camelot #89374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.15%

R = 50.55%
G = 20.3%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#89374F (or 0x89374F) is known color: Camelot. HEX triplet: 89, 37 and 4F. RGB value is (137,55,79). Sum of RGB (Red+Green+Blue) = 137+55+79=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #89374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89374F is #76C8B0. Grayscale: #525252. Windows color (decimal): -7784625 or 5191561. OLE color: 5191561.

HSL color Cylindrical-coordinate representation of color #89374F: hue angle of 342.44º 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 #89374F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 55 79 -
CMYK 0 0.60 0.42 0.46
HSL 342.44º 0.43% 0.38% -
HSV(B) 342.44º 0.6% 0.54% -
XYZ 13.09 8.62 8.37 -
YUV 82.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 137 55 79 0 0.60 0.42 0.46 342.44 0.43 0.38
Hex 89 37 4F 0 3C 2A 2E 156 2B 26
Octal 211 67 117 0 74 52 56 526 53 46
Binary 10001001 110111 1001111 0 111100 101010 101110 101010110 101011 100110

Color Harmonies of #89374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89374F

Black with #89374F

Text Example


Text Example

White with #89374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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