Html Css Color HEX #741028 Red Berry

📋 copy color: '#741028'

red 116 ◦ green 16 ◦ blue 40

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

Shades of Red Berry #741028

Tints of Red Berry #741028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

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

R = 67.44%
G = 9.3%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741028 (or 0x741028) is known color: Red Berry. HEX triplet: 74, 10 and 28. RGB value is (116,16,40). Sum of RGB (Red+Green+Blue) = 116+16+40=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #741028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741028 is #8BEFD7. Grayscale: #303030. Windows color (decimal): -9170904 or 2625652. OLE color: 2625652.

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

Color convert

RGB 116 16 40 -
CMYK 0 0.86 0.66 0.55
HSL 345.6º 0.76% 0.26% -
HSV(B) 345.6º 0.86% 0.45% -
XYZ 7.77 4.24 2.42 -
YUV 48.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 116 16 40 0 0.86 0.66 0.55 345.6 0.76 0.26
Hex 74 10 28 0 56 42 37 15A 4C 1A
Octal 164 20 50 0 126 102 67 532 114 32
Binary 1110100 10000 101000 0 1010110 1000010 110111 101011010 1001100 11010

Color Harmonies of #741028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741028

Black with #741028

Text Example


Text Example

White with #741028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741028; }

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

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

background-color css

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

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

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

border-color css

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

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

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