Html Css Color HEX #89354B Camelot

📋 copy color: '#89354B'

red 137 ◦ green 53 ◦ blue 75

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

Shades of Camelot #89354B

Tints of Camelot #89354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 51.7%
G = 20%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89354B (or 0x89354B) is known color: Camelot. HEX triplet: 89, 35 and 4B. RGB value is (137,53,75). Sum of RGB (Red+Green+Blue) = 137+53+75=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89354B is #76CAB4. Grayscale: #505050. Windows color (decimal): -7785141 or 4928905. OLE color: 4928905.

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

Color convert

RGB 137 53 75 -
CMYK 0 0.61 0.45 0.46
HSL 344.29º 0.44% 0.37% -
HSV(B) 344.29º 0.61% 0.54% -
XYZ 12.86 8.37 7.59 -
YUV 80.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 137 53 75 0 0.61 0.45 0.46 344.29 0.44 0.37
Hex 89 35 4B 0 3D 2D 2E 158 2C 25
Octal 211 65 113 0 75 55 56 530 54 45
Binary 10001001 110101 1001011 0 111101 101101 101110 101011000 101100 100101

Color Harmonies of #89354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89354B

Black with #89354B

Text Example


Text Example

White with #89354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89354B; }

 p { color: rgb(137,53,75); }

 H1.HeaderClassName
 {
   color: #89354B;
 }
 .AnyTagClassName
 {
   color: #89354B;
 }
</style>

background-color css

<style>
 a { background-color: #89354B; }

 a { background-color: rgb(137,53,75); }

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

border-color css

<style>
 span { border-color: #89354B; }

 span { border-color: rgb(137,53,75); }

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