Html Css Color HEX #7E1D20 Red Berry

📋 copy color: '#7E1D20'

red 126 ◦ green 29 ◦ blue 32

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

Shades of Red Berry #7E1D20

Tints of Red Berry #7E1D20

RGB

 RED value IS 126 (49.61% from 255) = 67.38%

 GREEN value IS 29 (11.72% from 255) = 15.51%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 67.38%
G = 15.51%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7E1D20 (or 0x7E1D20) is known color: Red Berry. HEX triplet: 7E, 1D and 20. RGB value is (126,29,32). Sum of RGB (Red+Green+Blue) = 126+29+32=187 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.38% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1D20 is #81E2DF. Grayscale: #3A3A3A. Windows color (decimal): -8512224 or 2104702. OLE color: 2104702.

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

Color convert

RGB 126 29 32 -
CMYK 0 0.77 0.75 0.51
HSL 358.14º 0.63% 0.3% -
HSV(B) 358.14º 0.77% 0.49% -
XYZ 9.3 5.42 1.92 -
YUV 58.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 126 29 32 0 0.77 0.75 0.51 358.14 0.63 0.3
Hex 7E 1D 20 0 4D 4B 33 166 3F 1E
Octal 176 35 40 0 115 113 63 546 77 36
Binary 1111110 11101 100000 0 1001101 1001011 110011 101100110 111111 11110

Color Harmonies of #7E1D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1D20

Black with #7E1D20

Text Example


Text Example

White with #7E1D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,29,32); }

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

background-color css

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

 a { background-color: rgb(126,29,32); }

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

border-color css

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

 span { border-color: rgb(126,29,32); }

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