Html Css Color HEX #741527 Red Berry

📋 copy color: '#741527'

red 116 ◦ green 21 ◦ blue 39

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

Shades of Red Berry #741527

Tints of Red Berry #741527

RGB

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

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

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

R = 65.91%
G = 11.93%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741527 (or 0x741527) is known color: Red Berry. HEX triplet: 74, 15 and 27. RGB value is (116,21,39). Sum of RGB (Red+Green+Blue) = 116+21+39=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #741527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741527 is #8BEAD8. Grayscale: #333333. Windows color (decimal): -9169625 or 2561396. OLE color: 2561396.

HSL color Cylindrical-coordinate representation of color #741527: hue angle of 348.63º 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 #741527 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 39 -
CMYK 0 0.82 0.66 0.55
HSL 348.63º 0.69% 0.27% -
HSV(B) 348.63º 0.82% 0.45% -
XYZ 7.84 4.4 2.35 -
YUV 51.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 116 21 39 0 0.82 0.66 0.55 348.63 0.69 0.27
Hex 74 15 27 0 52 42 37 15D 45 1B
Octal 164 25 47 0 122 102 67 535 105 33
Binary 1110100 10101 100111 0 1010010 1000010 110111 101011101 1000101 11011

Color Harmonies of #741527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741527

Black with #741527

Text Example


Text Example

White with #741527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741527; }

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

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

background-color css

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

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

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

border-color css

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

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

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