Html Css Color HEX #7E171E Red Berry

📋 copy color: '#7E171E'

red 126 ◦ green 23 ◦ blue 30

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

Shades of Red Berry #7E171E

Tints of Red Berry #7E171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

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

R = 70.39%
G = 12.85%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7E171E (or 0x7E171E) is known color: Red Berry. HEX triplet: 7E, 17 and 1E. RGB value is (126,23,30). Sum of RGB (Red+Green+Blue) = 126+23+30=179 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.39% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 126 - color contains mainly: red. Hex color #7E171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E171E is #81E8E1. Grayscale: #363636. Windows color (decimal): -8513762 or 1972094. OLE color: 1972094.

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

Color convert

RGB 126 23 30 -
CMYK 0 0.82 0.76 0.51
HSL 355.92º 0.69% 0.29% -
HSV(B) 355.92º 0.82% 0.49% -
XYZ 9.14 5.14 1.74 -
YUV 54.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 126 23 30 0 0.82 0.76 0.51 355.92 0.69 0.29
Hex 7E 17 1E 0 52 4C 33 164 45 1D
Octal 176 27 36 0 122 114 63 544 105 35
Binary 1111110 10111 11110 0 1010010 1001100 110011 101100100 1000101 11101

Color Harmonies of #7E171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E171E

Black with #7E171E

Text Example


Text Example

White with #7E171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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