Html Css Color HEX #7C132B Red Berry

📋 copy color: '#7C132B'

red 124 ◦ green 19 ◦ blue 43

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

Shades of Red Berry #7C132B

Tints of Red Berry #7C132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 66.67%
G = 10.22%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C132B (or 0x7C132B) is known color: Red Berry. HEX triplet: 7C, 13 and 2B. RGB value is (124,19,43). Sum of RGB (Red+Green+Blue) = 124+19+43=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C132B is #83ECD4. Grayscale: #353535. Windows color (decimal): -8645845 or 2823036. OLE color: 2823036.

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

Color convert

RGB 124 19 43 -
CMYK 0 0.85 0.65 0.51
HSL 346.29º 0.73% 0.28% -
HSV(B) 346.29º 0.85% 0.49% -
XYZ 8.98 4.93 2.76 -
YUV 53.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 124 19 43 0 0.85 0.65 0.51 346.29 0.73 0.28
Hex 7C 13 2B 0 55 41 33 15A 49 1C
Octal 174 23 53 0 125 101 63 532 111 34
Binary 1111100 10011 101011 0 1010101 1000001 110011 101011010 1001001 11100

Color Harmonies of #7C132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C132B

Black with #7C132B

Text Example


Text Example

White with #7C132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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