Html Css Color HEX #7E161E Red Berry

📋 copy color: '#7E161E'

red 126 ◦ green 22 ◦ blue 30

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

Shades of Red Berry #7E161E

Tints of Red Berry #7E161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

 BLUE value IS 30 (12.11% from 255) = 16.85%

R = 70.79%
G = 12.36%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7E161E (or 0x7E161E) is known color: Red Berry. HEX triplet: 7E, 16 and 1E. RGB value is (126,22,30). Sum of RGB (Red+Green+Blue) = 126+22+30=178 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.79% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 126 - color contains mainly: red. Hex color #7E161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E161E is #81E9E1. Grayscale: #363636. Windows color (decimal): -8514018 or 1971838. OLE color: 1971838.

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

Color convert

RGB 126 22 30 -
CMYK 0 0.83 0.76 0.51
HSL 355.38º 0.7% 0.29% -
HSV(B) 355.38º 0.83% 0.49% -
XYZ 9.13 5.1 1.73 -
YUV 54.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 126 22 30 0 0.83 0.76 0.51 355.38 0.7 0.29
Hex 7E 16 1E 0 53 4C 33 163 46 1D
Octal 176 26 36 0 123 114 63 543 106 35
Binary 1111110 10110 11110 0 1010011 1001100 110011 101100011 1000110 11101

Color Harmonies of #7E161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E161E

Black with #7E161E

Text Example


Text Example

White with #7E161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,22,30); }

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

background-color css

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

 a { background-color: rgb(126,22,30); }

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

border-color css

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

 span { border-color: rgb(126,22,30); }

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