Html Css Color HEX #701235 Claret

📋 copy color: '#701235'

red 112 ◦ green 18 ◦ blue 53

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

Shades of Claret #701235

Tints of Claret #701235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 61.2%
G = 9.84%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#701235 (or 0x701235) is known color: Claret. HEX triplet: 70, 12 and 35. RGB value is (112,18,53). Sum of RGB (Red+Green+Blue) = 112+18+53=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701235 is #8FEDCA. Grayscale: #323232. Windows color (decimal): -9432523 or 3478128. OLE color: 3478128.

HSL color Cylindrical-coordinate representation of color #701235: hue angle of 337.66º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701235 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 53 -
CMYK 0 0.84 0.53 0.56
HSL 337.66º 0.72% 0.25% -
HSV(B) 337.66º 0.84% 0.44% -
XYZ 7.54 4.13 3.77 -
YUV 50.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 112 18 53 0 0.84 0.53 0.56 337.66 0.72 0.25
Hex 70 12 35 0 54 35 38 152 48 19
Octal 160 22 65 0 124 65 70 522 110 31
Binary 1110000 10010 110101 0 1010100 110101 111000 101010010 1001000 11001

Color Harmonies of #701235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701235

Black with #701235

Text Example


Text Example

White with #701235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701235; }

 p { color: rgb(112,18,53); }

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

background-color css

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

 a { background-color: rgb(112,18,53); }

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

border-color css

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

 span { border-color: rgb(112,18,53); }

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