Html Css Color HEX #7E141D Red Berry

📋 copy color: '#7E141D'

red 126 ◦ green 20 ◦ blue 29

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

Shades of Red Berry #7E141D

Tints of Red Berry #7E141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 72%
G = 11.43%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7E141D (or 0x7E141D) is known color: Red Berry. HEX triplet: 7E, 14 and 1D. RGB value is (126,20,29). Sum of RGB (Red+Green+Blue) = 126+20+29=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E141D is #81EBE2. Grayscale: #343434. Windows color (decimal): -8514531 or 1905790. OLE color: 1905790.

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

Color convert

RGB 126 20 29 -
CMYK 0 0.84 0.77 0.51
HSL 354.91º 0.73% 0.29% -
HSV(B) 354.91º 0.84% 0.49% -
XYZ 9.08 5.02 1.65 -
YUV 52.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 126 20 29 0 0.84 0.77 0.51 354.91 0.73 0.29
Hex 7E 14 1D 0 54 4D 33 163 49 1D
Octal 176 24 35 0 124 115 63 543 111 35
Binary 1111110 10100 11101 0 1010100 1001101 110011 101100011 1001001 11101

Color Harmonies of #7E141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E141D

Black with #7E141D

Text Example


Text Example

White with #7E141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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