Html Css Color HEX #7C152A Red Berry

📋 copy color: '#7C152A'

red 124 ◦ green 21 ◦ blue 42

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

Shades of Red Berry #7C152A

Tints of Red Berry #7C152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 66.31%
G = 11.23%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7C152A (or 0x7C152A) is known color: Red Berry. HEX triplet: 7C, 15 and 2A. RGB value is (124,21,42). Sum of RGB (Red+Green+Blue) = 124+21+42=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C152A is #83EAD5. Grayscale: #363636. Windows color (decimal): -8645334 or 2758012. OLE color: 2758012.

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

Color convert

RGB 124 21 42 -
CMYK 0 0.83 0.66 0.51
HSL 347.77º 0.71% 0.28% -
HSV(B) 347.77º 0.83% 0.49% -
XYZ 9 4.99 2.68 -
YUV 54.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 124 21 42 0 0.83 0.66 0.51 347.77 0.71 0.28
Hex 7C 15 2A 0 53 42 33 15C 47 1C
Octal 174 25 52 0 123 102 63 534 107 34
Binary 1111100 10101 101010 0 1010011 1000010 110011 101011100 1000111 11100

Color Harmonies of #7C152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C152A

Black with #7C152A

Text Example


Text Example

White with #7C152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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