Html Css Color HEX #7B314B Flirt

📋 copy color: '#7B314B'

red 123 ◦ green 49 ◦ blue 75

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

Shades of Flirt #7B314B

Tints of Flirt #7B314B

RGB

 RED value IS 123 (48.44% from 255) = 49.8%

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 75 (29.69% from 255) = 30.36%

R = 49.8%
G = 19.84%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7B314B (or 0x7B314B) is known color: Flirt. HEX triplet: 7B, 31 and 4B. RGB value is (123,49,75). Sum of RGB (Red+Green+Blue) = 123+49+75=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B314B is #84CEB4. Grayscale: #4A4A4A. Windows color (decimal): -8703669 or 4927867. OLE color: 4927867.

HSL color Cylindrical-coordinate representation of color #7B314B: hue angle of 338.92º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B314B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 49 75 -
CMYK 0 0.60 0.39 0.52
HSL 338.92º 0.43% 0.34% -
HSV(B) 338.92º 0.6% 0.48% -
XYZ 10.54 6.92 7.44 -
YUV 74.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 123 49 75 0 0.60 0.39 0.52 338.92 0.43 0.34
Hex 7B 31 4B 0 3C 27 34 153 2B 22
Octal 173 61 113 0 74 47 64 523 53 42
Binary 1111011 110001 1001011 0 111100 100111 110100 101010011 101011 100010

Color Harmonies of #7B314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B314B

Black with #7B314B

Text Example


Text Example

White with #7B314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B314B; }

 p { color: rgb(123,49,75); }

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

background-color css

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

 a { background-color: rgb(123,49,75); }

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

border-color css

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

 span { border-color: rgb(123,49,75); }

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