Html Css Color HEX #711028 Red Berry

📋 copy color: '#711028'

red 113 ◦ green 16 ◦ blue 40

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

Shades of Red Berry #711028

Tints of Red Berry #711028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.67%

R = 66.86%
G = 9.47%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#711028 (or 0x711028) is known color: Red Berry. HEX triplet: 71, 10 and 28. RGB value is (113,16,40). Sum of RGB (Red+Green+Blue) = 113+16+40=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #711028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711028 is #8EEFD7. Grayscale: #2F2F2F. Windows color (decimal): -9367512 or 2625649. OLE color: 2625649.

HSL color Cylindrical-coordinate representation of color #711028: hue angle of 345.15º 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 #711028 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 40 -
CMYK 0 0.86 0.65 0.56
HSL 345.15º 0.75% 0.25% -
HSV(B) 345.15º 0.86% 0.44% -
XYZ 7.38 4.03 2.4 -
YUV 47.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 113 16 40 0 0.86 0.65 0.56 345.15 0.75 0.25
Hex 71 10 28 0 56 41 38 159 4B 19
Octal 161 20 50 0 126 101 70 531 113 31
Binary 1110001 10000 101000 0 1010110 1000001 111000 101011001 1001011 11001

Color Harmonies of #711028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711028

Black with #711028

Text Example


Text Example

White with #711028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711028; }

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

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

background-color css

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

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

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

border-color css

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

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

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