Html Css Color HEX #711E26 Red Berry

📋 copy color: '#711E26'

red 113 ◦ green 30 ◦ blue 38

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

Shades of Red Berry #711E26

Tints of Red Berry #711E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.57%

 BLUE value IS 38 (15.23% from 255) = 20.99%

R = 62.43%
G = 16.57%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#711E26 (or 0x711E26) is known color: Red Berry. HEX triplet: 71, 1E and 26. RGB value is (113,30,38). Sum of RGB (Red+Green+Blue) = 113+30+38=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #711E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E26 is #8EE1D9. Grayscale: #373737. Windows color (decimal): -9363930 or 2498161. OLE color: 2498161.

HSL color Cylindrical-coordinate representation of color #711E26: hue angle of 354.22º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E26 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 30 38 -
CMYK 0 0.73 0.66 0.56
HSL 354.22º 0.58% 0.28% -
HSV(B) 354.22º 0.73% 0.44% -
XYZ 7.62 4.58 2.32 -
YUV 55.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 113 30 38 0 0.73 0.66 0.56 354.22 0.58 0.28
Hex 71 1E 26 0 49 42 38 162 3A 1C
Octal 161 36 46 0 111 102 70 542 72 34
Binary 1110001 11110 100110 0 1001001 1000010 111000 101100010 111010 11100

Color Harmonies of #711E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E26

Black with #711E26

Text Example


Text Example

White with #711E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711E26; }

 p { color: rgb(113,30,38); }

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

background-color css

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

 a { background-color: rgb(113,30,38); }

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

border-color css

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

 span { border-color: rgb(113,30,38); }

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