Html Css Color HEX #7D1527 Red Berry

📋 copy color: '#7D1527'

red 125 ◦ green 21 ◦ blue 39

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

Shades of Red Berry #7D1527

Tints of Red Berry #7D1527

RGB

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

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

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

R = 67.57%
G = 11.35%
B = 21.08%

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

#7D1527 (or 0x7D1527) is known color: Red Berry. HEX triplet: 7D, 15 and 27. RGB value is (125,21,39). Sum of RGB (Red+Green+Blue) = 125+21+39=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1527 is #82EAD8. Grayscale: #363636. Windows color (decimal): -8579801 or 2561405. OLE color: 2561405.

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

Color convert

RGB 125 21 39 -
CMYK 0 0.83 0.69 0.51
HSL 349.62º 0.71% 0.29% -
HSV(B) 349.62º 0.83% 0.49% -
XYZ 9.09 5.04 2.41 -
YUV 54.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 125 21 39 0 0.83 0.69 0.51 349.62 0.71 0.29
Hex 7D 15 27 0 53 45 33 15E 47 1D
Octal 175 25 47 0 123 105 63 536 107 35
Binary 1111101 10101 100111 0 1010011 1000101 110011 101011110 1000111 11101

Color Harmonies of #7D1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1527

Black with #7D1527

Text Example


Text Example

White with #7D1527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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