Html Css Color HEX #6D3353 Flirt

📋 copy color: '#6D3353'

red 109 ◦ green 51 ◦ blue 83

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

Shades of Flirt #6D3353

Tints of Flirt #6D3353

RGB

 RED value IS 109 (42.97% from 255) = 44.86%

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

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 44.86%
G = 20.99%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#6D3353 (or 0x6D3353) is known color: Flirt. HEX triplet: 6D, 33 and 53. RGB value is (109,51,83). Sum of RGB (Red+Green+Blue) = 109+51+83=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3353 is #92CCAC. Grayscale: #474747. Windows color (decimal): -9620653 or 5452653. OLE color: 5452653.

HSL color Cylindrical-coordinate representation of color #6D3353: hue angle of 326.9º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D3353 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 51 83 -
CMYK 0 0.53 0.24 0.57
HSL 326.9º 0.36% 0.31% -
HSV(B) 326.9º 0.53% 0.43% -
XYZ 9.05 6.24 8.91 -
YUV 71.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 109 51 83 0 0.53 0.24 0.57 326.9 0.36 0.31
Hex 6D 33 53 0 35 18 39 147 24 1F
Octal 155 63 123 0 65 30 71 507 44 37
Binary 1101101 110011 1010011 0 110101 11000 111001 101000111 100100 11111

Color Harmonies of #6D3353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3353

Black with #6D3353

Text Example


Text Example

White with #6D3353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D3353; }

 p { color: rgb(109,51,83); }

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

background-color css

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

 a { background-color: rgb(109,51,83); }

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

border-color css

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

 span { border-color: rgb(109,51,83); }

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