Html Css Color HEX #741628 Red Berry

📋 copy color: '#741628'

red 116 ◦ green 22 ◦ blue 40

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

Shades of Red Berry #741628

Tints of Red Berry #741628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

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

R = 65.17%
G = 12.36%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741628 (or 0x741628) is known color: Red Berry. HEX triplet: 74, 16 and 28. RGB value is (116,22,40). Sum of RGB (Red+Green+Blue) = 116+22+40=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #741628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741628 is #8BE9D7. Grayscale: #343434. Windows color (decimal): -9169368 or 2627188. OLE color: 2627188.

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

Color convert

RGB 116 22 40 -
CMYK 0 0.81 0.66 0.55
HSL 348.51º 0.68% 0.27% -
HSV(B) 348.51º 0.81% 0.45% -
XYZ 7.87 4.44 2.45 -
YUV 52.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 116 22 40 0 0.81 0.66 0.55 348.51 0.68 0.27
Hex 74 16 28 0 51 42 37 15D 44 1B
Octal 164 26 50 0 121 102 67 535 104 33
Binary 1110100 10110 101000 0 1010001 1000010 110111 101011101 1000100 11011

Color Harmonies of #741628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741628

Black with #741628

Text Example


Text Example

White with #741628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741628; }

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

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

background-color css

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

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

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

border-color css

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

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

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