Html Css Color HEX #6B3353 Flirt

📋 copy color: '#6B3353'

red 107 ◦ green 51 ◦ blue 83

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

Shades of Flirt #6B3353

Tints of Flirt #6B3353

RGB

 RED value IS 107 (42.19% from 255) = 44.4%

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

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

R = 44.4%
G = 21.16%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6B3353 (or 0x6B3353) is known color: Flirt. HEX triplet: 6B, 33 and 53. RGB value is (107,51,83). Sum of RGB (Red+Green+Blue) = 107+51+83=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3353 is #94CCAC. Grayscale: #474747. Windows color (decimal): -9751725 or 5452651. OLE color: 5452651.

HSL color Cylindrical-coordinate representation of color #6B3353: hue angle of 325.71º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B3353 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 51 83 -
CMYK 0 0.52 0.22 0.58
HSL 325.71º 0.35% 0.31% -
HSV(B) 325.71º 0.52% 0.42% -
XYZ 8.81 6.12 8.9 -
YUV 71.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 107 51 83 0 0.52 0.22 0.58 325.71 0.35 0.31
Hex 6B 33 53 0 34 16 3A 146 23 1F
Octal 153 63 123 0 64 26 72 506 43 37
Binary 1101011 110011 1010011 0 110100 10110 111010 101000110 100011 11111

Color Harmonies of #6B3353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3353

Black with #6B3353

Text Example


Text Example

White with #6B3353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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