Html Css Color HEX #700F35 Claret

📋 copy color: '#700F35'

red 112 ◦ green 15 ◦ blue 53

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

Shades of Claret #700F35

Tints of Claret #700F35

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.33%

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

R = 62.22%
G = 8.33%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#700F35 (or 0x700F35) is known color: Claret. HEX triplet: 70, 0F and 35. RGB value is (112,15,53). Sum of RGB (Red+Green+Blue) = 112+15+53=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700F35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F35 is #8FF0CA. Grayscale: #303030. Windows color (decimal): -9433291 or 3477360. OLE color: 3477360.

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

Color convert

RGB 112 15 53 -
CMYK 0 0.87 0.53 0.56
HSL 336.49º 0.76% 0.25% -
HSV(B) 336.49º 0.87% 0.44% -
XYZ 7.5 4.04 3.75 -
YUV 48.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 112 15 53 0 0.87 0.53 0.56 336.49 0.76 0.25
Hex 70 F 35 0 57 35 38 150 4C 19
Octal 160 17 65 0 127 65 70 520 114 31
Binary 1110000 1111 110101 0 1010111 110101 111000 101010000 1001100 11001

Color Harmonies of #700F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F35

Black with #700F35

Text Example


Text Example

White with #700F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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