Html Css Color HEX #71142A Red Berry

📋 copy color: '#71142A'

red 113 ◦ green 20 ◦ blue 42

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

Shades of Red Berry #71142A

Tints of Red Berry #71142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24%

R = 64.57%
G = 11.43%
B = 24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71142A (or 0x71142A) is known color: Red Berry. HEX triplet: 71, 14 and 2A. RGB value is (113,20,42). Sum of RGB (Red+Green+Blue) = 113+20+42=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71142A is #8EEBD5. Grayscale: #323232. Windows color (decimal): -9366486 or 2757745. OLE color: 2757745.

HSL color Cylindrical-coordinate representation of color #71142A: hue angle of 345.81º 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 #71142A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 42 -
CMYK 0 0.82 0.63 0.56
HSL 345.81º 0.7% 0.26% -
HSV(B) 345.81º 0.82% 0.44% -
XYZ 7.48 4.18 2.6 -
YUV 50.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 113 20 42 0 0.82 0.63 0.56 345.81 0.7 0.26
Hex 71 14 2A 0 52 3F 38 15A 46 1A
Octal 161 24 52 0 122 77 70 532 106 32
Binary 1110001 10100 101010 0 1010010 111111 111000 101011010 1000110 11010

Color Harmonies of #71142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71142A

Black with #71142A

Text Example


Text Example

White with #71142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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