Html Css Color HEX #711029 Red Berry

📋 copy color: '#711029'

red 113 ◦ green 16 ◦ blue 41

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

Shades of Red Berry #711029

Tints of Red Berry #711029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

 BLUE value IS 41 (16.41% from 255) = 24.12%

R = 66.47%
G = 9.41%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#711029 (or 0x711029) is known color: Red Berry. HEX triplet: 71, 10 and 29. RGB value is (113,16,41). Sum of RGB (Red+Green+Blue) = 113+16+41=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #711029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711029 is #8EEFD6. Grayscale: #2F2F2F. Windows color (decimal): -9367511 or 2691185. OLE color: 2691185.

HSL color Cylindrical-coordinate representation of color #711029: hue angle of 344.54º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711029 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 41 -
CMYK 0 0.86 0.64 0.56
HSL 344.54º 0.75% 0.25% -
HSV(B) 344.54º 0.86% 0.44% -
XYZ 7.4 4.04 2.49 -
YUV 47.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 113 16 41 0 0.86 0.64 0.56 344.54 0.75 0.25
Hex 71 10 29 0 56 40 38 159 4B 19
Octal 161 20 51 0 126 100 70 531 113 31
Binary 1110001 10000 101001 0 1010110 1000000 111000 101011001 1001011 11001

Color Harmonies of #711029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711029

Black with #711029

Text Example


Text Example

White with #711029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711029; }

 p { color: rgb(113,16,41); }

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

background-color css

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

 a { background-color: rgb(113,16,41); }

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

border-color css

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

 span { border-color: rgb(113,16,41); }

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