Html Css Color HEX #893348 Camelot

📋 copy color: '#893348'

red 137 ◦ green 51 ◦ blue 72

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

Shades of Camelot #893348

Tints of Camelot #893348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 52.69%
G = 19.62%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#893348 (or 0x893348) is known color: Camelot. HEX triplet: 89, 33 and 48. RGB value is (137,51,72). Sum of RGB (Red+Green+Blue) = 137+51+72=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #893348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893348 is #76CCB7. Grayscale: #4F4F4F. Windows color (decimal): -7785656 or 4731785. OLE color: 4731785.

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

Color convert

RGB 137 51 72 -
CMYK 0 0.63 0.47 0.46
HSL 345.35º 0.46% 0.37% -
HSV(B) 345.35º 0.63% 0.54% -
XYZ 12.67 8.15 7.04 -
YUV 79.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 137 51 72 0 0.63 0.47 0.46 345.35 0.46 0.37
Hex 89 33 48 0 3F 2F 2E 159 2E 25
Octal 211 63 110 0 77 57 56 531 56 45
Binary 10001001 110011 1001000 0 111111 101111 101110 101011001 101110 100101

Color Harmonies of #893348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893348

Black with #893348

Text Example


Text Example

White with #893348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893348; }

 p { color: rgb(137,51,72); }

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

background-color css

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

 a { background-color: rgb(137,51,72); }

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

border-color css

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

 span { border-color: rgb(137,51,72); }

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