Html Css Color HEX #89384C Camelot

📋 copy color: '#89384C'

red 137 ◦ green 56 ◦ blue 76

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

Shades of Camelot #89384C

Tints of Camelot #89384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.82%

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

R = 50.93%
G = 20.82%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89384C (or 0x89384C) is known color: Camelot. HEX triplet: 89, 38 and 4C. RGB value is (137,56,76). Sum of RGB (Red+Green+Blue) = 137+56+76=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89384C is #76C7B3. Grayscale: #525252. Windows color (decimal): -7784372 or 4995209. OLE color: 4995209.

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

Color convert

RGB 137 56 76 -
CMYK 0 0.59 0.45 0.46
HSL 345.19º 0.42% 0.38% -
HSV(B) 345.19º 0.59% 0.54% -
XYZ 13.04 8.67 7.82 -
YUV 82.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 137 56 76 0 0.59 0.45 0.46 345.19 0.42 0.38
Hex 89 38 4C 0 3B 2D 2E 159 2A 26
Octal 211 70 114 0 73 55 56 531 52 46
Binary 10001001 111000 1001100 0 111011 101101 101110 101011001 101010 100110

Color Harmonies of #89384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89384C

Black with #89384C

Text Example


Text Example

White with #89384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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