Html Css Color HEX #893343 Camelot

📋 copy color: '#893343'

red 137 ◦ green 51 ◦ blue 67

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

Shades of Camelot #893343

Tints of Camelot #893343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.27%

R = 53.73%
G = 20%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#893343 (or 0x893343) is known color: Camelot. HEX triplet: 89, 33 and 43. RGB value is (137,51,67). Sum of RGB (Red+Green+Blue) = 137+51+67=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #893343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893343 is #76CCBC. Grayscale: #4E4E4E. Windows color (decimal): -7785661 or 4404105. OLE color: 4404105.

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

Color convert

RGB 137 51 67 -
CMYK 0 0.63 0.51 0.46
HSL 348.84º 0.46% 0.37% -
HSV(B) 348.84º 0.63% 0.54% -
XYZ 12.51 8.09 6.21 -
YUV 78.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 137 51 67 0 0.63 0.51 0.46 348.84 0.46 0.37
Hex 89 33 43 0 3F 33 2E 15D 2E 25
Octal 211 63 103 0 77 63 56 535 56 45
Binary 10001001 110011 1000011 0 111111 110011 101110 101011101 101110 100101

Color Harmonies of #893343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893343

Black with #893343

Text Example


Text Example

White with #893343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893343; }

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

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

background-color css

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

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

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

border-color css

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

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

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