Html Css Color HEX #89344A Camelot

📋 copy color: '#89344A'

red 137 ◦ green 52 ◦ blue 74

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

Shades of Camelot #89344A

Tints of Camelot #89344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 52.09%
G = 19.77%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#89344A (or 0x89344A) is known color: Camelot. HEX triplet: 89, 34 and 4A. RGB value is (137,52,74). Sum of RGB (Red+Green+Blue) = 137+52+74=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89344A is #76CBB5. Grayscale: #4F4F4F. Windows color (decimal): -7785398 or 4863113. OLE color: 4863113.

HSL color Cylindrical-coordinate representation of color #89344A: hue angle of 344.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89344A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 52 74 -
CMYK 0 0.62 0.46 0.46
HSL 344.47º 0.45% 0.37% -
HSV(B) 344.47º 0.62% 0.54% -
XYZ 12.78 8.27 7.4 -
YUV 79.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 137 52 74 0 0.62 0.46 0.46 344.47 0.45 0.37
Hex 89 34 4A 0 3E 2E 2E 158 2D 25
Octal 211 64 112 0 76 56 56 530 55 45
Binary 10001001 110100 1001010 0 111110 101110 101110 101011000 101101 100101

Color Harmonies of #89344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89344A

Black with #89344A

Text Example


Text Example

White with #89344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89344A; }

 p { color: rgb(137,52,74); }

 H1.HeaderClassName
 {
   color: #89344A;
 }
 .AnyTagClassName
 {
   color: #89344A;
 }
</style>

background-color css

<style>
 a { background-color: #89344A; }

 a { background-color: rgb(137,52,74); }

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

border-color css

<style>
 span { border-color: #89344A; }

 span { border-color: rgb(137,52,74); }

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