Html Css Color HEX #7C172A Red Berry

📋 copy color: '#7C172A'

red 124 ◦ green 23 ◦ blue 42

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

Shades of Red Berry #7C172A

Tints of Red Berry #7C172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

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

R = 65.61%
G = 12.17%
B = 22.22%

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

#7C172A (or 0x7C172A) is known color: Red Berry. HEX triplet: 7C, 17 and 2A. RGB value is (124,23,42). Sum of RGB (Red+Green+Blue) = 124+23+42=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C172A is #83E8D5. Grayscale: #373737. Windows color (decimal): -8644822 or 2758524. OLE color: 2758524.

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

Color convert

RGB 124 23 42 -
CMYK 0 0.81 0.66 0.51
HSL 348.71º 0.69% 0.29% -
HSV(B) 348.71º 0.81% 0.49% -
XYZ 9.04 5.07 2.69 -
YUV 55.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 124 23 42 0 0.81 0.66 0.51 348.71 0.69 0.29
Hex 7C 17 2A 0 51 42 33 15D 45 1D
Octal 174 27 52 0 121 102 63 535 105 35
Binary 1111100 10111 101010 0 1010001 1000010 110011 101011101 1000101 11101

Color Harmonies of #7C172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C172A

Black with #7C172A

Text Example


Text Example

White with #7C172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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