Html Css Color HEX #7C181E Red Berry

📋 copy color: '#7C181E'

red 124 ◦ green 24 ◦ blue 30

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

Shades of Red Berry #7C181E

Tints of Red Berry #7C181E

RGB

 RED value IS 124 (48.83% from 255) = 69.66%

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 69.66%
G = 13.48%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7C181E (or 0x7C181E) is known color: Red Berry. HEX triplet: 7C, 18 and 1E. RGB value is (124,24,30). Sum of RGB (Red+Green+Blue) = 124+24+30=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C181E is #83E7E1. Grayscale: #363636. Windows color (decimal): -8644578 or 1972348. OLE color: 1972348.

HSL color Cylindrical-coordinate representation of color #7C181E: hue angle of 356.4º 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 #7C181E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 24 30 -
CMYK 0 0.81 0.76 0.51
HSL 356.4º 0.68% 0.29% -
HSV(B) 356.4º 0.81% 0.49% -
XYZ 8.87 5.03 1.73 -
YUV 54.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 124 24 30 0 0.81 0.76 0.51 356.4 0.68 0.29
Hex 7C 18 1E 0 51 4C 33 164 44 1D
Octal 174 30 36 0 121 114 63 544 104 35
Binary 1111100 11000 11110 0 1010001 1001100 110011 101100100 1000100 11101

Color Harmonies of #7C181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C181E

Black with #7C181E

Text Example


Text Example

White with #7C181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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