Html Css Color HEX #701F2C Red Berry

📋 copy color: '#701F2C'

red 112 ◦ green 31 ◦ blue 44

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

Shades of Red Berry #701F2C

Tints of Red Berry #701F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.58%

 BLUE value IS 44 (17.58% from 255) = 23.53%

R = 59.89%
G = 16.58%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#701F2C (or 0x701F2C) is known color: Red Berry. HEX triplet: 70, 1F and 2C. RGB value is (112,31,44). Sum of RGB (Red+Green+Blue) = 112+31+44=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F2C is #8FE0D3. Grayscale: #383838. Windows color (decimal): -9429204 or 2891632. OLE color: 2891632.

HSL color Cylindrical-coordinate representation of color #701F2C: hue angle of 350.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F2C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 44 -
CMYK 0 0.72 0.61 0.56
HSL 350.37º 0.57% 0.28% -
HSV(B) 350.37º 0.72% 0.44% -
XYZ 7.63 4.61 2.87 -
YUV 56.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 112 31 44 0 0.72 0.61 0.56 350.37 0.57 0.28
Hex 70 1F 2C 0 48 3D 38 15E 39 1C
Octal 160 37 54 0 110 75 70 536 71 34
Binary 1110000 11111 101100 0 1001000 111101 111000 101011110 111001 11100

Color Harmonies of #701F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F2C

Black with #701F2C

Text Example


Text Example

White with #701F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701F2C; }

 p { color: rgb(112,31,44); }

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

background-color css

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

 a { background-color: rgb(112,31,44); }

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

border-color css

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

 span { border-color: rgb(112,31,44); }

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