Html Css Color HEX #7C1527 Red Berry

📋 copy color: '#7C1527'

red 124 ◦ green 21 ◦ blue 39

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

Shades of Red Berry #7C1527

Tints of Red Berry #7C1527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 67.39%
G = 11.41%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C1527 (or 0x7C1527) is known color: Red Berry. HEX triplet: 7C, 15 and 27. RGB value is (124,21,39). Sum of RGB (Red+Green+Blue) = 124+21+39=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1527 is #83EAD8. Grayscale: #353535. Windows color (decimal): -8645337 or 2561404. OLE color: 2561404.

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

Color convert

RGB 124 21 39 -
CMYK 0 0.83 0.69 0.51
HSL 349.51º 0.71% 0.28% -
HSV(B) 349.51º 0.83% 0.49% -
XYZ 8.95 4.97 2.41 -
YUV 53.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 124 21 39 0 0.83 0.69 0.51 349.51 0.71 0.28
Hex 7C 15 27 0 53 45 33 15E 47 1C
Octal 174 25 47 0 123 105 63 536 107 34
Binary 1111100 10101 100111 0 1010011 1000101 110011 101011110 1000111 11100

Color Harmonies of #7C1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1527

Black with #7C1527

Text Example


Text Example

White with #7C1527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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