Html Css Color HEX #711423 Red Berry

📋 copy color: '#711423'

red 113 ◦ green 20 ◦ blue 35

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

Shades of Red Berry #711423

Tints of Red Berry #711423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

 BLUE value IS 35 (14.06% from 255) = 20.83%

R = 67.26%
G = 11.9%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#711423 (or 0x711423) is known color: Red Berry. HEX triplet: 71, 14 and 23. RGB value is (113,20,35). Sum of RGB (Red+Green+Blue) = 113+20+35=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711423 is #8EEBDC. Grayscale: #313131. Windows color (decimal): -9366493 or 2298993. OLE color: 2298993.

HSL color Cylindrical-coordinate representation of color #711423: hue angle of 350.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711423 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 35 -
CMYK 0 0.82 0.69 0.56
HSL 350.32º 0.7% 0.26% -
HSV(B) 350.32º 0.82% 0.44% -
XYZ 7.36 4.13 2 -
YUV 49.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 113 20 35 0 0.82 0.69 0.56 350.32 0.7 0.26
Hex 71 14 23 0 52 45 38 15E 46 1A
Octal 161 24 43 0 122 105 70 536 106 32
Binary 1110001 10100 100011 0 1010010 1000101 111000 101011110 1000110 11010

Color Harmonies of #711423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711423

Black with #711423

Text Example


Text Example

White with #711423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711423; }

 p { color: rgb(113,20,35); }

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

background-color css

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

 a { background-color: rgb(113,20,35); }

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

border-color css

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

 span { border-color: rgb(113,20,35); }

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