Html Css Color HEX #741928 Red Berry

📋 copy color: '#741928'

red 116 ◦ green 25 ◦ blue 40

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

Shades of Red Berry #741928

Tints of Red Berry #741928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 64.09%
G = 13.81%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741928 (or 0x741928) is known color: Red Berry. HEX triplet: 74, 19 and 28. RGB value is (116,25,40). Sum of RGB (Red+Green+Blue) = 116+25+40=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #741928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741928 is #8BE6D7. Grayscale: #353535. Windows color (decimal): -9168600 or 2627956. OLE color: 2627956.

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

Color convert

RGB 116 25 40 -
CMYK 0 0.78 0.66 0.55
HSL 350.11º 0.65% 0.28% -
HSV(B) 350.11º 0.78% 0.45% -
XYZ 7.93 4.56 2.47 -
YUV 53.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 116 25 40 0 0.78 0.66 0.55 350.11 0.65 0.28
Hex 74 19 28 0 4E 42 37 15E 41 1C
Octal 164 31 50 0 116 102 67 536 101 34
Binary 1110100 11001 101000 0 1001110 1000010 110111 101011110 1000001 11100

Color Harmonies of #741928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741928

Black with #741928

Text Example


Text Example

White with #741928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741928; }

 p { color: rgb(116,25,40); }

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

background-color css

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

 a { background-color: rgb(116,25,40); }

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

border-color css

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

 span { border-color: rgb(116,25,40); }

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