Html Css Color HEX #7B1F42 Flirt

📋 copy color: '#7B1F42'

red 123 ◦ green 31 ◦ blue 66

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

Shades of Flirt #7B1F42

Tints of Flirt #7B1F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.09%

 BLUE value IS 66 (26.17% from 255) = 30%

R = 55.91%
G = 14.09%
B = 30%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#7B1F42 (or 0x7B1F42) is known color: Flirt. HEX triplet: 7B, 1F and 42. RGB value is (123,31,66). Sum of RGB (Red+Green+Blue) = 123+31+66=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1F42 is #84E0BD. Grayscale: #3E3E3E. Windows color (decimal): -8708286 or 4333435. OLE color: 4333435.

HSL color Cylindrical-coordinate representation of color #7B1F42: hue angle of 337.17º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B1F42 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 31 66 -
CMYK 0 0.75 0.46 0.52
HSL 337.17º 0.6% 0.3% -
HSV(B) 337.17º 0.75% 0.48% -
XYZ 9.64 5.58 5.72 -
YUV 62.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 123 31 66 0 0.75 0.46 0.52 337.17 0.6 0.3
Hex 7B 1F 42 0 4B 2E 34 151 3C 1E
Octal 173 37 102 0 113 56 64 521 74 36
Binary 1111011 11111 1000010 0 1001011 101110 110100 101010001 111100 11110

Color Harmonies of #7B1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1F42

Black with #7B1F42

Text Example


Text Example

White with #7B1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,31,66); }

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

background-color css

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

 a { background-color: rgb(123,31,66); }

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

border-color css

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

 span { border-color: rgb(123,31,66); }

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