Html Css Color HEX #70232F Claret

📋 copy color: '#70232F'

red 112 ◦ green 35 ◦ blue 47

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

Shades of Claret #70232F

Tints of Claret #70232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.04%

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 57.73%
G = 18.04%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70232F (or 0x70232F) is known color: Claret. HEX triplet: 70, 23 and 2F. RGB value is (112,35,47). Sum of RGB (Red+Green+Blue) = 112+35+47=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70232F is #8FDCD0. Grayscale: #3B3B3B. Windows color (decimal): -9428177 or 3089264. OLE color: 3089264.

HSL color Cylindrical-coordinate representation of color #70232F: hue angle of 350.65º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70232F is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 47 -
CMYK 0 0.69 0.58 0.56
HSL 350.65º 0.52% 0.29% -
HSV(B) 350.65º 0.69% 0.44% -
XYZ 7.8 4.85 3.21 -
YUV 59.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 112 35 47 0 0.69 0.58 0.56 350.65 0.52 0.29
Hex 70 23 2F 0 45 3A 38 15F 34 1D
Octal 160 43 57 0 105 72 70 537 64 35
Binary 1110000 100011 101111 0 1000101 111010 111000 101011111 110100 11101

Color Harmonies of #70232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70232F

Black with #70232F

Text Example


Text Example

White with #70232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70232F; }

 p { color: rgb(112,35,47); }

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

background-color css

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

 a { background-color: rgb(112,35,47); }

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

border-color css

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

 span { border-color: rgb(112,35,47); }

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