Html Css Color HEX #89384D Camelot

📋 copy color: '#89384D'

red 137 ◦ green 56 ◦ blue 77

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

Shades of Camelot #89384D

Tints of Camelot #89384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 50.74%
G = 20.74%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#89384D (or 0x89384D) is known color: Camelot. HEX triplet: 89, 38 and 4D. RGB value is (137,56,77). Sum of RGB (Red+Green+Blue) = 137+56+77=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89384D is #76C7B2. Grayscale: #525252. Windows color (decimal): -7784371 or 5060745. OLE color: 5060745.

HSL color Cylindrical-coordinate representation of color #89384D: hue angle of 344.44º 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 #89384D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 56 77 -
CMYK 0 0.59 0.44 0.46
HSL 344.44º 0.42% 0.38% -
HSV(B) 344.44º 0.59% 0.54% -
XYZ 13.07 8.68 8.01 -
YUV 82.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 137 56 77 0 0.59 0.44 0.46 344.44 0.42 0.38
Hex 89 38 4D 0 3B 2C 2E 158 2A 26
Octal 211 70 115 0 73 54 56 530 52 46
Binary 10001001 111000 1001101 0 111011 101100 101110 101011000 101010 100110

Color Harmonies of #89384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89384D

Black with #89384D

Text Example


Text Example

White with #89384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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