Html Css Color HEX #701D2D Claret

📋 copy color: '#701D2D'

red 112 ◦ green 29 ◦ blue 45

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

Shades of Claret #701D2D

Tints of Claret #701D2D

RGB

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

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

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

R = 60.22%
G = 15.59%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#701D2D (or 0x701D2D) is known color: Claret. HEX triplet: 70, 1D and 2D. RGB value is (112,29,45). Sum of RGB (Red+Green+Blue) = 112+29+45=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #701D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D2D is #8FE2D2. Grayscale: #373737. Windows color (decimal): -9429715 or 2956656. OLE color: 2956656.

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

Color convert

RGB 112 29 45 -
CMYK 0 0.74 0.60 0.56
HSL 348.43º 0.59% 0.28% -
HSV(B) 348.43º 0.74% 0.44% -
XYZ 7.6 4.51 2.95 -
YUV 55.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 112 29 45 0 0.74 0.60 0.56 348.43 0.59 0.28
Hex 70 1D 2D 0 4A 3C 38 15C 3B 1C
Octal 160 35 55 0 112 74 70 534 73 34
Binary 1110000 11101 101101 0 1001010 111100 111000 101011100 111011 11100

Color Harmonies of #701D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D2D

Black with #701D2D

Text Example


Text Example

White with #701D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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