Html Css Color HEX #893244 Camelot

📋 copy color: '#893244'

red 137 ◦ green 50 ◦ blue 68

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

Shades of Camelot #893244

Tints of Camelot #893244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 53.73%
G = 19.61%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#893244 (or 0x893244) is known color: Camelot. HEX triplet: 89, 32 and 44. RGB value is (137,50,68). Sum of RGB (Red+Green+Blue) = 137+50+68=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #893244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893244 is #76CDBB. Grayscale: #4E4E4E. Windows color (decimal): -7785916 or 4469385. OLE color: 4469385.

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

Color convert

RGB 137 50 68 -
CMYK 0 0.64 0.50 0.46
HSL 347.59º 0.47% 0.37% -
HSV(B) 347.59º 0.64% 0.54% -
XYZ 12.5 8.02 6.36 -
YUV 78.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 137 50 68 0 0.64 0.50 0.46 347.59 0.47 0.37
Hex 89 32 44 0 40 32 2E 15C 2F 25
Octal 211 62 104 0 100 62 56 534 57 45
Binary 10001001 110010 1000100 0 1000000 110010 101110 101011100 101111 100101

Color Harmonies of #893244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893244

Black with #893244

Text Example


Text Example

White with #893244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893244; }

 p { color: rgb(137,50,68); }

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

background-color css

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

 a { background-color: rgb(137,50,68); }

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

border-color css

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

 span { border-color: rgb(137,50,68); }

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