Html Css Color HEX #701D30 Claret

📋 copy color: '#701D30'

red 112 ◦ green 29 ◦ blue 48

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

Shades of Claret #701D30

Tints of Claret #701D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 59.26%
G = 15.34%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#701D30 (or 0x701D30) is known color: Claret. HEX triplet: 70, 1D and 30. RGB value is (112,29,48). Sum of RGB (Red+Green+Blue) = 112+29+48=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #701D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D30 is #8FE2CF. Grayscale: #373737. Windows color (decimal): -9429712 or 3153264. OLE color: 3153264.

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

Color convert

RGB 112 29 48 -
CMYK 0 0.74 0.57 0.56
HSL 346.27º 0.59% 0.28% -
HSV(B) 346.27º 0.74% 0.44% -
XYZ 7.65 4.54 3.27 -
YUV 55.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 112 29 48 0 0.74 0.57 0.56 346.27 0.59 0.28
Hex 70 1D 30 0 4A 39 38 15A 3B 1C
Octal 160 35 60 0 112 71 70 532 73 34
Binary 1110000 11101 110000 0 1001010 111001 111000 101011010 111011 11100

Color Harmonies of #701D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D30

Black with #701D30

Text Example


Text Example

White with #701D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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