Html Css Color HEX #701D2A Red Berry

📋 copy color: '#701D2A'

red 112 ◦ green 29 ◦ blue 42

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

Shades of Red Berry #701D2A

Tints of Red Berry #701D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.85%

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

R = 61.2%
G = 15.85%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#701D2A (or 0x701D2A) is known color: Red Berry. HEX triplet: 70, 1D and 2A. RGB value is (112,29,42). Sum of RGB (Red+Green+Blue) = 112+29+42=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D2A is #8FE2D5. Grayscale: #373737. Windows color (decimal): -9429718 or 2760048. OLE color: 2760048.

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

Color convert

RGB 112 29 42 -
CMYK 0 0.74 0.62 0.56
HSL 350.6º 0.59% 0.28% -
HSV(B) 350.6º 0.74% 0.44% -
XYZ 7.54 4.49 2.66 -
YUV 55.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 112 29 42 0 0.74 0.62 0.56 350.6 0.59 0.28
Hex 70 1D 2A 0 4A 3E 38 15F 3B 1C
Octal 160 35 52 0 112 76 70 537 73 34
Binary 1110000 11101 101010 0 1001010 111110 111000 101011111 111011 11100

Color Harmonies of #701D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D2A

Black with #701D2A

Text Example


Text Example

White with #701D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,29,42); }

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

background-color css

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

 a { background-color: rgb(112,29,42); }

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

border-color css

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

 span { border-color: rgb(112,29,42); }

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