Html Css Color HEX #701F27 Red Berry

📋 copy color: '#701F27'

red 112 ◦ green 31 ◦ blue 39

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

Shades of Red Berry #701F27

Tints of Red Berry #701F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.43%

R = 61.54%
G = 17.03%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#701F27 (or 0x701F27) is known color: Red Berry. HEX triplet: 70, 1F and 27. RGB value is (112,31,39). Sum of RGB (Red+Green+Blue) = 112+31+39=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F27 is #8FE0D8. Grayscale: #383838. Windows color (decimal): -9429209 or 2563952. OLE color: 2563952.

HSL color Cylindrical-coordinate representation of color #701F27: hue angle of 354.07º 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 #701F27 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 39 -
CMYK 0 0.72 0.65 0.56
HSL 354.07º 0.57% 0.28% -
HSV(B) 354.07º 0.72% 0.44% -
XYZ 7.54 4.57 2.4 -
YUV 56.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 112 31 39 0 0.72 0.65 0.56 354.07 0.57 0.28
Hex 70 1F 27 0 48 41 38 162 39 1C
Octal 160 37 47 0 110 101 70 542 71 34
Binary 1110000 11111 100111 0 1001000 1000001 111000 101100010 111001 11100

Color Harmonies of #701F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F27

Black with #701F27

Text Example


Text Example

White with #701F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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