Html Css Color HEX #7D152A Red Berry

📋 copy color: '#7D152A'

red 125 ◦ green 21 ◦ blue 42

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

Shades of Red Berry #7D152A

Tints of Red Berry #7D152A

RGB

 RED value IS 125 (49.22% from 255) = 66.49%

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

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

R = 66.49%
G = 11.17%
B = 22.34%

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

#7D152A (or 0x7D152A) is known color: Red Berry. HEX triplet: 7D, 15 and 2A. RGB value is (125,21,42). Sum of RGB (Red+Green+Blue) = 125+21+42=188 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.49% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 125 - color contains mainly: red. Hex color #7D152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D152A is #82EAD5. Grayscale: #363636. Windows color (decimal): -8579798 or 2758013. OLE color: 2758013.

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

Color convert

RGB 125 21 42 -
CMYK 0 0.83 0.66 0.51
HSL 347.88º 0.71% 0.29% -
HSV(B) 347.88º 0.83% 0.49% -
XYZ 9.14 5.06 2.69 -
YUV 54.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 125 21 42 0 0.83 0.66 0.51 347.88 0.71 0.29
Hex 7D 15 2A 0 53 42 33 15C 47 1D
Octal 175 25 52 0 123 102 63 534 107 35
Binary 1111101 10101 101010 0 1010011 1000010 110011 101011100 1000111 11101

Color Harmonies of #7D152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D152A

Black with #7D152A

Text Example


Text Example

White with #7D152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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