Html Css Color HEX #7D3530 Tall Poppy

📋 copy color: '#7D3530'

red 125 ◦ green 53 ◦ blue 48

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

Shades of Tall Poppy #7D3530

Tints of Tall Poppy #7D3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 55.31%
G = 23.45%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D3530 (or 0x7D3530) is known color: Tall Poppy. HEX triplet: 7D, 35 and 30. RGB value is (125,53,48). Sum of RGB (Red+Green+Blue) = 125+53+48=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3530 is #82CACF. Grayscale: #4A4A4A. Windows color (decimal): -8571600 or 3159421. OLE color: 3159421.

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

Color convert

RGB 125 53 48 -
CMYK 0 0.58 0.62 0.51
HSL 3.9º 0.45% 0.34% -
HSV(B) 3.9º 0.62% 0.49% -
XYZ 10.26 7.12 3.63 -
YUV 73.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 125 53 48 0 0.58 0.62 0.51 3.9 0.45 0.34
Hex 7D 35 30 0 3A 3E 33 4 2D 22
Octal 175 65 60 0 72 76 63 4 55 42
Binary 1111101 110101 110000 0 111010 111110 110011 100 101101 100010

Color Harmonies of #7D3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3530

Black with #7D3530

Text Example


Text Example

White with #7D3530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,53,48); }

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

background-color css

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

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

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

border-color css

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

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

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