Html Css Color HEX #701929 Red Berry

📋 copy color: '#701929'

red 112 ◦ green 25 ◦ blue 41

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

Shades of Red Berry #701929

Tints of Red Berry #701929

RGB

 RED value IS 112 (44.14% from 255) = 62.92%

 GREEN value IS 25 (10.16% from 255) = 14.04%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 62.92%
G = 14.04%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#701929 (or 0x701929) is known color: Red Berry. HEX triplet: 70, 19 and 29. RGB value is (112,25,41). Sum of RGB (Red+Green+Blue) = 112+25+41=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #701929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701929 is #8FE6D6. Grayscale: #343434. Windows color (decimal): -9430743 or 2693488. OLE color: 2693488.

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

Color convert

RGB 112 25 41 -
CMYK 0 0.78 0.63 0.56
HSL 348.97º 0.64% 0.27% -
HSV(B) 348.97º 0.78% 0.44% -
XYZ 7.43 4.3 2.54 -
YUV 52.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 112 25 41 0 0.78 0.63 0.56 348.97 0.64 0.27
Hex 70 19 29 0 4E 3F 38 15D 40 1B
Octal 160 31 51 0 116 77 70 535 100 33
Binary 1110000 11001 101001 0 1001110 111111 111000 101011101 1000000 11011

Color Harmonies of #701929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701929

Black with #701929

Text Example


Text Example

White with #701929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701929; }

 p { color: rgb(112,25,41); }

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

background-color css

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

 a { background-color: rgb(112,25,41); }

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

border-color css

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

 span { border-color: rgb(112,25,41); }

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