Html Css Color HEX #741824 Red Berry

📋 copy color: '#741824'

red 116 ◦ green 24 ◦ blue 36

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

Shades of Red Berry #741824

Tints of Red Berry #741824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

 BLUE value IS 36 (14.45% from 255) = 20.45%

R = 65.91%
G = 13.64%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#741824 (or 0x741824) is known color: Red Berry. HEX triplet: 74, 18 and 24. RGB value is (116,24,36). Sum of RGB (Red+Green+Blue) = 116+24+36=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #741824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741824 is #8BE7DB. Grayscale: #343434. Windows color (decimal): -9168860 or 2365556. OLE color: 2365556.

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

Color convert

RGB 116 24 36 -
CMYK 0 0.79 0.69 0.55
HSL 352.17º 0.66% 0.27% -
HSV(B) 352.17º 0.79% 0.45% -
XYZ 7.85 4.49 2.12 -
YUV 52.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 116 24 36 0 0.79 0.69 0.55 352.17 0.66 0.27
Hex 74 18 24 0 4F 45 37 160 42 1B
Octal 164 30 44 0 117 105 67 540 102 33
Binary 1110100 11000 100100 0 1001111 1000101 110111 101100000 1000010 11011

Color Harmonies of #741824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741824

Black with #741824

Text Example


Text Example

White with #741824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741824; }

 p { color: rgb(116,24,36); }

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

background-color css

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

 a { background-color: rgb(116,24,36); }

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

border-color css

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

 span { border-color: rgb(116,24,36); }

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