Html Css Color HEX #7D264B Flirt

📋 copy color: '#7D264B'

red 125 ◦ green 38 ◦ blue 75

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

Shades of Flirt #7D264B

Tints of Flirt #7D264B

RGB

 RED value IS 125 (49.22% from 255) = 52.52%

 GREEN value IS 38 (15.23% from 255) = 15.97%

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

R = 52.52%
G = 15.97%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7D264B (or 0x7D264B) is known color: Flirt. HEX triplet: 7D, 26 and 4B. RGB value is (125,38,75). Sum of RGB (Red+Green+Blue) = 125+38+75=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D264B is #82D9B4. Grayscale: #444444. Windows color (decimal): -8575413 or 4925053. OLE color: 4925053.

HSL color Cylindrical-coordinate representation of color #7D264B: hue angle of 334.48º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D264B is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 38 75 -
CMYK 0 0.70 0.40 0.51
HSL 334.48º 0.53% 0.32% -
HSV(B) 334.48º 0.7% 0.49% -
XYZ 10.42 6.25 7.31 -
YUV 68.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 125 38 75 0 0.70 0.40 0.51 334.48 0.53 0.32
Hex 7D 26 4B 0 46 28 33 14E 35 20
Octal 175 46 113 0 106 50 63 516 65 40
Binary 1111101 100110 1001011 0 1000110 101000 110011 101001110 110101 100000

Color Harmonies of #7D264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D264B

Black with #7D264B

Text Example


Text Example

White with #7D264B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,38,75); }

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

background-color css

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

 a { background-color: rgb(125,38,75); }

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

border-color css

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

 span { border-color: rgb(125,38,75); }

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