Html Css Color HEX #7D3939 Tall Poppy

📋 copy color: '#7D3939'

red 125 ◦ green 57 ◦ blue 57

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

Shades of Tall Poppy #7D3939

Tints of Tall Poppy #7D3939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.85%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 52.3%
G = 23.85%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D3939 (or 0x7D3939) is known color: Tall Poppy. HEX triplet: 7D, 39 and 39. RGB value is (125,57,57). Sum of RGB (Red+Green+Blue) = 125+57+57=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3939 is #82C6C6. Grayscale: #4D4D4D. Windows color (decimal): -8570567 or 3750269. OLE color: 3750269.

HSL color Cylindrical-coordinate representation of color #7D3939: hue angle of 0º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3939 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 57 57 -
CMYK 0 0.54 0.54 0.51
HSL 0.37% 0.36% -
HSV(B) 0.54% 0.49% -
XYZ 10.66 7.58 4.77 -
YUV 77.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 125 57 57 0 0.54 0.54 0.51 0 0.37 0.36
Hex 7D 39 39 0 36 36 33 0 25 24
Octal 175 71 71 0 66 66 63 0 45 44
Binary 1111101 111001 111001 0 110110 110110 110011 0 100101 100100

Color Harmonies of #7D3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3939

Black with #7D3939

Text Example


Text Example

White with #7D3939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,57,57); }

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

background-color css

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

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

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

border-color css

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

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

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