Html Css Color HEX #741624 Red Berry

📋 copy color: '#741624'

red 116 ◦ green 22 ◦ blue 36

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

Shades of Red Berry #741624

Tints of Red Berry #741624

RGB

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

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

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

R = 66.67%
G = 12.64%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#741624 (or 0x741624) is known color: Red Berry. HEX triplet: 74, 16 and 24. RGB value is (116,22,36). Sum of RGB (Red+Green+Blue) = 116+22+36=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741624 is #8BE9DB. Grayscale: #333333. Windows color (decimal): -9169372 or 2365044. OLE color: 2365044.

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

Color convert

RGB 116 22 36 -
CMYK 0 0.81 0.69 0.55
HSL 351.06º 0.68% 0.27% -
HSV(B) 351.06º 0.81% 0.45% -
XYZ 7.81 4.41 2.11 -
YUV 51.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 116 22 36 0 0.81 0.69 0.55 351.06 0.68 0.27
Hex 74 16 24 0 51 45 37 15F 44 1B
Octal 164 26 44 0 121 105 67 537 104 33
Binary 1110100 10110 100100 0 1010001 1000101 110111 101011111 1000100 11011

Color Harmonies of #741624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741624

Black with #741624

Text Example


Text Example

White with #741624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741624; }

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

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

background-color css

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

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

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

border-color css

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

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

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