Html Css Color HEX #711D1E Red Berry

📋 copy color: '#711D1E'

red 113 ◦ green 29 ◦ blue 30

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

Shades of Red Berry #711D1E

Tints of Red Berry #711D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.86%

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 65.7%
G = 16.86%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#711D1E (or 0x711D1E) is known color: Red Berry. HEX triplet: 71, 1D and 1E. RGB value is (113,29,30). Sum of RGB (Red+Green+Blue) = 113+29+30=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #711D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D1E is #8EE2E1. Grayscale: #363636. Windows color (decimal): -9364194 or 1973617. OLE color: 1973617.

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

Color convert

RGB 113 29 30 -
CMYK 0 0.74 0.73 0.56
HSL 359.29º 0.59% 0.28% -
HSV(B) 359.29º 0.74% 0.44% -
XYZ 7.48 4.48 1.7 -
YUV 54.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 113 29 30 0 0.74 0.73 0.56 359.29 0.59 0.28
Hex 71 1D 1E 0 4A 49 38 167 3B 1C
Octal 161 35 36 0 112 111 70 547 73 34
Binary 1110001 11101 11110 0 1001010 1001001 111000 101100111 111011 11100

Color Harmonies of #711D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D1E

Black with #711D1E

Text Example


Text Example

White with #711D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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