Html Css Color HEX #741529 Red Berry

📋 copy color: '#741529'

red 116 ◦ green 21 ◦ blue 41

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

Shades of Red Berry #741529

Tints of Red Berry #741529

RGB

 RED value IS 116 (45.7% from 255) = 65.17%

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

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 65.17%
G = 11.8%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#741529 (or 0x741529) is known color: Red Berry. HEX triplet: 74, 15 and 29. RGB value is (116,21,41). Sum of RGB (Red+Green+Blue) = 116+21+41=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #741529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741529 is #8BEAD6. Grayscale: #333333. Windows color (decimal): -9169623 or 2692468. OLE color: 2692468.

HSL color Cylindrical-coordinate representation of color #741529: hue angle of 347.37º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741529 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 41 -
CMYK 0 0.82 0.65 0.55
HSL 347.37º 0.69% 0.27% -
HSV(B) 347.37º 0.82% 0.45% -
XYZ 7.87 4.41 2.53 -
YUV 51.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 116 21 41 0 0.82 0.65 0.55 347.37 0.69 0.27
Hex 74 15 29 0 52 41 37 15B 45 1B
Octal 164 25 51 0 122 101 67 533 105 33
Binary 1110100 10101 101001 0 1010010 1000001 110111 101011011 1000101 11011

Color Harmonies of #741529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741529

Black with #741529

Text Example


Text Example

White with #741529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741529; }

 p { color: rgb(116,21,41); }

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

background-color css

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

 a { background-color: rgb(116,21,41); }

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

border-color css

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

 span { border-color: rgb(116,21,41); }

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