Html Css Color HEX #741621 Red Berry

📋 copy color: '#741621'

red 116 ◦ green 22 ◦ blue 33

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

Shades of Red Berry #741621

Tints of Red Berry #741621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.3%

R = 67.84%
G = 12.87%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#741621 (or 0x741621) is known color: Red Berry. HEX triplet: 74, 16 and 21. RGB value is (116,22,33). Sum of RGB (Red+Green+Blue) = 116+22+33=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #741621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741621 is #8BE9DE. Grayscale: #333333. Windows color (decimal): -9169375 or 2168436. OLE color: 2168436.

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

Color convert

RGB 116 22 33 -
CMYK 0 0.81 0.72 0.55
HSL 352.98º 0.68% 0.27% -
HSV(B) 352.98º 0.81% 0.45% -
XYZ 7.76 4.4 1.88 -
YUV 51.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 116 22 33 0 0.81 0.72 0.55 352.98 0.68 0.27
Hex 74 16 21 0 51 48 37 161 44 1B
Octal 164 26 41 0 121 110 67 541 104 33
Binary 1110100 10110 100001 0 1010001 1001000 110111 101100001 1000100 11011

Color Harmonies of #741621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741621

Black with #741621

Text Example


Text Example

White with #741621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741621; }

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

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

background-color css

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

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

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

border-color css

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

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

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