Html Css Color HEX #701F2D Red Berry

📋 copy color: '#701F2D'

red 112 ◦ green 31 ◦ blue 45

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

Shades of Red Berry #701F2D

Tints of Red Berry #701F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 59.57%
G = 16.49%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#701F2D (or 0x701F2D) is known color: Red Berry. HEX triplet: 70, 1F and 2D. RGB value is (112,31,45). Sum of RGB (Red+Green+Blue) = 112+31+45=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #701F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F2D is #8FE0D2. Grayscale: #383838. Windows color (decimal): -9429203 or 2957168. OLE color: 2957168.

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

Color convert

RGB 112 31 45 -
CMYK 0 0.72 0.60 0.56
HSL 349.63º 0.57% 0.28% -
HSV(B) 349.63º 0.72% 0.44% -
XYZ 7.65 4.61 2.97 -
YUV 56.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 112 31 45 0 0.72 0.60 0.56 349.63 0.57 0.28
Hex 70 1F 2D 0 48 3C 38 15E 39 1C
Octal 160 37 55 0 110 74 70 536 71 34
Binary 1110000 11111 101101 0 1001000 111100 111000 101011110 111001 11100

Color Harmonies of #701F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F2D

Black with #701F2D

Text Example


Text Example

White with #701F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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