Html Css Color HEX #712129 Red Berry

📋 copy color: '#712129'

red 113 ◦ green 33 ◦ blue 41

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

Shades of Red Berry #712129

Tints of Red Berry #712129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 60.43%
G = 17.65%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#712129 (or 0x712129) is known color: Red Berry. HEX triplet: 71, 21 and 29. RGB value is (113,33,41). Sum of RGB (Red+Green+Blue) = 113+33+41=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712129 is #8EDED6. Grayscale: #393939. Windows color (decimal): -9363159 or 2695537. OLE color: 2695537.

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

Color convert

RGB 113 33 41 -
CMYK 0 0.71 0.64 0.56
HSL 354º 0.55% 0.29% -
HSV(B) 354º 0.71% 0.44% -
XYZ 7.75 4.76 2.61 -
YUV 57.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 113 33 41 0 0.71 0.64 0.56 354 0.55 0.29
Hex 71 21 29 0 47 40 38 162 37 1D
Octal 161 41 51 0 107 100 70 542 67 35
Binary 1110001 100001 101001 0 1000111 1000000 111000 101100010 110111 11101

Color Harmonies of #712129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712129

Black with #712129

Text Example


Text Example

White with #712129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712129; }

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

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

background-color css

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

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

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

border-color css

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

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

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