Html Css Color HEX #741525 Red Berry

📋 copy color: '#741525'

red 116 ◦ green 21 ◦ blue 37

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

Shades of Red Berry #741525

Tints of Red Berry #741525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.26%

R = 66.67%
G = 12.07%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#741525 (or 0x741525) is known color: Red Berry. HEX triplet: 74, 15 and 25. RGB value is (116,21,37). Sum of RGB (Red+Green+Blue) = 116+21+37=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741525 is #8BEADA. Grayscale: #333333. Windows color (decimal): -9169627 or 2430324. OLE color: 2430324.

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

Color convert

RGB 116 21 37 -
CMYK 0 0.82 0.68 0.55
HSL 349.89º 0.69% 0.27% -
HSV(B) 349.89º 0.82% 0.45% -
XYZ 7.8 4.38 2.18 -
YUV 51.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 116 21 37 0 0.82 0.68 0.55 349.89 0.69 0.27
Hex 74 15 25 0 52 44 37 15E 45 1B
Octal 164 25 45 0 122 104 67 536 105 33
Binary 1110100 10101 100101 0 1010010 1000100 110111 101011110 1000101 11011

Color Harmonies of #741525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741525

Black with #741525

Text Example


Text Example

White with #741525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741525; }

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

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

background-color css

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

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

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

border-color css

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

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

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