Html Css Color HEX #711229 Red Berry

📋 copy color: '#711229'

red 113 ◦ green 18 ◦ blue 41

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

Shades of Red Berry #711229

Tints of Red Berry #711229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

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

R = 65.7%
G = 10.47%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#711229 (or 0x711229) is known color: Red Berry. HEX triplet: 71, 12 and 29. RGB value is (113,18,41). Sum of RGB (Red+Green+Blue) = 113+18+41=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #711229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711229 is #8EEDD6. Grayscale: #313131. Windows color (decimal): -9366999 or 2691697. OLE color: 2691697.

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

Color convert

RGB 113 18 41 -
CMYK 0 0.84 0.64 0.56
HSL 345.47º 0.73% 0.26% -
HSV(B) 345.47º 0.84% 0.44% -
XYZ 7.43 4.1 2.5 -
YUV 49.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 113 18 41 0 0.84 0.64 0.56 345.47 0.73 0.26
Hex 71 12 29 0 54 40 38 159 49 1A
Octal 161 22 51 0 124 100 70 531 111 32
Binary 1110001 10010 101001 0 1010100 1000000 111000 101011001 1001001 11010

Color Harmonies of #711229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711229

Black with #711229

Text Example


Text Example

White with #711229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711229; }

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

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

background-color css

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

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

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

border-color css

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

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

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