Html Css Color HEX #702631 Claret

📋 copy color: '#702631'

red 112 ◦ green 38 ◦ blue 49

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

Shades of Claret #702631

Tints of Claret #702631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 56.28%
G = 19.1%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#702631 (or 0x702631) is known color: Claret. HEX triplet: 70, 26 and 31. RGB value is (112,38,49). Sum of RGB (Red+Green+Blue) = 112+38+49=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702631 is #8FD9CE. Grayscale: #3D3D3D. Windows color (decimal): -9427407 or 3221104. OLE color: 3221104.

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

Color convert

RGB 112 38 49 -
CMYK 0 0.66 0.56 0.56
HSL 351.08º 0.49% 0.29% -
HSV(B) 351.08º 0.66% 0.44% -
XYZ 7.93 5.05 3.46 -
YUV 61.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 112 38 49 0 0.66 0.56 0.56 351.08 0.49 0.29
Hex 70 26 31 0 42 38 38 15F 31 1D
Octal 160 46 61 0 102 70 70 537 61 35
Binary 1110000 100110 110001 0 1000010 111000 111000 101011111 110001 11101

Color Harmonies of #702631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702631

Black with #702631

Text Example


Text Example

White with #702631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702631; }

 p { color: rgb(112,38,49); }

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

background-color css

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

 a { background-color: rgb(112,38,49); }

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

border-color css

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

 span { border-color: rgb(112,38,49); }

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