Html Css Color HEX #89424F Camelot

📋 copy color: '#89424F'

red 137 ◦ green 66 ◦ blue 79

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

Shades of Camelot #89424F

Tints of Camelot #89424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

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

R = 48.58%
G = 23.4%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#89424F (or 0x89424F) is known color: Camelot. HEX triplet: 89, 42 and 4F. RGB value is (137,66,79). Sum of RGB (Red+Green+Blue) = 137+66+79=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #89424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89424F is #76BDB0. Grayscale: #585858. Windows color (decimal): -7781809 or 5194377. OLE color: 5194377.

HSL color Cylindrical-coordinate representation of color #89424F: hue angle of 349.01º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89424F is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 79 -
CMYK 0 0.52 0.42 0.46
HSL 349.01º 0.35% 0.4% -
HSV(B) 349.01º 0.52% 0.54% -
XYZ 13.68 9.78 8.56 -
YUV 88.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 137 66 79 0 0.52 0.42 0.46 349.01 0.35 0.4
Hex 89 42 4F 0 34 2A 2E 15D 23 28
Octal 211 102 117 0 64 52 56 535 43 50
Binary 10001001 1000010 1001111 0 110100 101010 101110 101011101 100011 101000

Color Harmonies of #89424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89424F

Black with #89424F

Text Example


Text Example

White with #89424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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