Html Css Color HEX #742021 Red Berry

📋 copy color: '#742021'

red 116 ◦ green 32 ◦ blue 33

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

Shades of Red Berry #742021

Tints of Red Berry #742021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

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

R = 64.09%
G = 17.68%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#742021 (or 0x742021) is known color: Red Berry. HEX triplet: 74, 20 and 21. RGB value is (116,32,33). Sum of RGB (Red+Green+Blue) = 116+32+33=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #742021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742021 is #8BDFDE. Grayscale: #393939. Windows color (decimal): -9166815 or 2170996. OLE color: 2170996.

HSL color Cylindrical-coordinate representation of color #742021: hue angle of 359.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742021 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 33 -
CMYK 0 0.72 0.72 0.55
HSL 359.29º 0.57% 0.29% -
HSV(B) 359.29º 0.72% 0.45% -
XYZ 7.99 4.86 1.95 -
YUV 57.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 116 32 33 0 0.72 0.72 0.55 359.29 0.57 0.29
Hex 74 20 21 0 48 48 37 167 39 1D
Octal 164 40 41 0 110 110 67 547 71 35
Binary 1110100 100000 100001 0 1001000 1001000 110111 101100111 111001 11101

Color Harmonies of #742021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742021

Black with #742021

Text Example


Text Example

White with #742021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742021; }

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

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

background-color css

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

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

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

border-color css

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

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

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