#7C181A

Color #7C181A Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #7C181A

Tints of Red Berry #7C181A

Color information

#7C181A (or 0x7C181A) is unknown color: approx Red Berry. HEX triplet: 7C, 18 and 1A. RGB value is (124,24,26). Sum of RGB (Red+Green+Blue) = 124+24+26=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C181A is #83E7E5. Grayscale: #363636. Windows color (decimal): -8644582 or 1710204. OLE color: 1710204.

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

Color convert

RGB1242426-
CMYK00.810.790.51
HSL358.8º67.57%29.02%-
HSV(B)358.8º80.65%48.63%-
XYZ8.835.011.48-
YUV54.13112.13177.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 71.26%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=71.26%
G=13.79%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124242600.810.790.51358.867.5729.02
Hex7C181A0514F33167441d
Octal174303201211176354710435
Binary11111001100011010010100011001111110011101100111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,24,26); }

 H1.HeaderClassName
 {
   color: #7C181A;
 }
 .AnyTagClassName
 {
   color: #7C181A;
 }
</style>
background-color css

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

 a { background-color: rgb(124,24,26); }

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

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

 span { border-color: rgb(124,24,26); }

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