Html Css Color HEX #711421 Red Berry

📋 copy color: '#711421'

red 113 ◦ green 20 ◦ blue 33

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

Shades of Red Berry #711421

Tints of Red Berry #711421

RGB

 RED value IS 113 (44.53% from 255) = 68.07%

 GREEN value IS 20 (8.2% from 255) = 12.05%

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

R = 68.07%
G = 12.05%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#711421 (or 0x711421) is known color: Red Berry. HEX triplet: 71, 14 and 21. RGB value is (113,20,33). Sum of RGB (Red+Green+Blue) = 113+20+33=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711421 is #8EEBDE. Grayscale: #313131. Windows color (decimal): -9366495 or 2167921. OLE color: 2167921.

HSL color Cylindrical-coordinate representation of color #711421: hue angle of 351.61º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711421 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 33 -
CMYK 0 0.82 0.71 0.56
HSL 351.61º 0.7% 0.26% -
HSV(B) 351.61º 0.82% 0.44% -
XYZ 7.33 4.12 1.85 -
YUV 49.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 113 20 33 0 0.82 0.71 0.56 351.61 0.7 0.26
Hex 71 14 21 0 52 47 38 160 46 1A
Octal 161 24 41 0 122 107 70 540 106 32
Binary 1110001 10100 100001 0 1010010 1000111 111000 101100000 1000110 11010

Color Harmonies of #711421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711421

Black with #711421

Text Example


Text Example

White with #711421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711421; }

 p { color: rgb(113,20,33); }

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

background-color css

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

 a { background-color: rgb(113,20,33); }

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

border-color css

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

 span { border-color: rgb(113,20,33); }

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