Html Css Color HEX #7C142B Red Berry

📋 copy color: '#7C142B'

red 124 ◦ green 20 ◦ blue 43

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

Shades of Red Berry #7C142B

Tints of Red Berry #7C142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 66.31%
G = 10.7%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C142B (or 0x7C142B) is known color: Red Berry. HEX triplet: 7C, 14 and 2B. RGB value is (124,20,43). Sum of RGB (Red+Green+Blue) = 124+20+43=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C142B is #83EBD4. Grayscale: #353535. Windows color (decimal): -8645589 or 2823292. OLE color: 2823292.

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

Color convert

RGB 124 20 43 -
CMYK 0 0.84 0.65 0.51
HSL 346.73º 0.72% 0.28% -
HSV(B) 346.73º 0.84% 0.49% -
XYZ 9 4.96 2.77 -
YUV 53.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 124 20 43 0 0.84 0.65 0.51 346.73 0.72 0.28
Hex 7C 14 2B 0 54 41 33 15B 48 1C
Octal 174 24 53 0 124 101 63 533 110 34
Binary 1111100 10100 101011 0 1010100 1000001 110011 101011011 1001000 11100

Color Harmonies of #7C142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C142B

Black with #7C142B

Text Example


Text Example

White with #7C142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,20,43); }

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

background-color css

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

 a { background-color: rgb(124,20,43); }

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

border-color css

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

 span { border-color: rgb(124,20,43); }

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