Html Css Color HEX #7C182A Red Berry

📋 copy color: '#7C182A'

red 124 ◦ green 24 ◦ blue 42

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

Shades of Red Berry #7C182A

Tints of Red Berry #7C182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.11%

R = 65.26%
G = 12.63%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7C182A (or 0x7C182A) is known color: Red Berry. HEX triplet: 7C, 18 and 2A. RGB value is (124,24,42). Sum of RGB (Red+Green+Blue) = 124+24+42=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C182A is #83E7D5. Grayscale: #373737. Windows color (decimal): -8644566 or 2758780. OLE color: 2758780.

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

Color convert

RGB 124 24 42 -
CMYK 0 0.81 0.66 0.51
HSL 349.2º 0.68% 0.29% -
HSV(B) 349.2º 0.81% 0.49% -
XYZ 9.06 5.11 2.7 -
YUV 55.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 124 24 42 0 0.81 0.66 0.51 349.2 0.68 0.29
Hex 7C 18 2A 0 51 42 33 15D 44 1D
Octal 174 30 52 0 121 102 63 535 104 35
Binary 1111100 11000 101010 0 1010001 1000010 110011 101011101 1000100 11101

Color Harmonies of #7C182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C182A

Black with #7C182A

Text Example


Text Example

White with #7C182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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