Html Css Color HEX #893442 Camelot

📋 copy color: '#893442'

red 137 ◦ green 52 ◦ blue 66

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

Shades of Camelot #893442

Tints of Camelot #893442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.88%

R = 53.73%
G = 20.39%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#893442 (or 0x893442) is known color: Camelot. HEX triplet: 89, 34 and 42. RGB value is (137,52,66). Sum of RGB (Red+Green+Blue) = 137+52+66=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #893442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893442 is #76CBBD. Grayscale: #4F4F4F. Windows color (decimal): -7785406 or 4338825. OLE color: 4338825.

HSL color Cylindrical-coordinate representation of color #893442: hue angle of 350.12º 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 #893442 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 52 66 -
CMYK 0 0.62 0.52 0.46
HSL 350.12º 0.45% 0.37% -
HSV(B) 350.12º 0.62% 0.54% -
XYZ 12.53 8.17 6.07 -
YUV 79.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 137 52 66 0 0.62 0.52 0.46 350.12 0.45 0.37
Hex 89 34 42 0 3E 34 2E 15E 2D 25
Octal 211 64 102 0 76 64 56 536 55 45
Binary 10001001 110100 1000010 0 111110 110100 101110 101011110 101101 100101

Color Harmonies of #893442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893442

Black with #893442

Text Example


Text Example

White with #893442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893442; }

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

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

background-color css

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

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

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

border-color css

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

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

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