Html Css Color HEX #711826 Red Berry

📋 copy color: '#711826'

red 113 ◦ green 24 ◦ blue 38

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

Shades of Red Berry #711826

Tints of Red Berry #711826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

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

R = 64.57%
G = 13.71%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#711826 (or 0x711826) is known color: Red Berry. HEX triplet: 71, 18 and 26. RGB value is (113,24,38). Sum of RGB (Red+Green+Blue) = 113+24+38=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #711826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711826 is #8EE7D9. Grayscale: #343434. Windows color (decimal): -9365466 or 2496625. OLE color: 2496625.

HSL color Cylindrical-coordinate representation of color #711826: hue angle of 350.56º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711826 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 38 -
CMYK 0 0.79 0.66 0.56
HSL 350.56º 0.65% 0.27% -
HSV(B) 350.56º 0.79% 0.44% -
XYZ 7.49 4.3 2.27 -
YUV 52.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 113 24 38 0 0.79 0.66 0.56 350.56 0.65 0.27
Hex 71 18 26 0 4F 42 38 15F 41 1B
Octal 161 30 46 0 117 102 70 537 101 33
Binary 1110001 11000 100110 0 1001111 1000010 111000 101011111 1000001 11011

Color Harmonies of #711826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711826

Black with #711826

Text Example


Text Example

White with #711826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711826; }

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

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

background-color css

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

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

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

border-color css

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

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

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