Html Css Color HEX #702537 Claret

📋 copy color: '#702537'

red 112 ◦ green 37 ◦ blue 55

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

Shades of Claret #702537

Tints of Claret #702537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

 BLUE value IS 55 (21.88% from 255) = 26.96%

R = 54.9%
G = 18.14%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#702537 (or 0x702537) is known color: Claret. HEX triplet: 70, 25 and 37. RGB value is (112,37,55). Sum of RGB (Red+Green+Blue) = 112+37+55=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #702537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702537 is #8FDAC8. Grayscale: #3D3D3D. Windows color (decimal): -9427657 or 3614064. OLE color: 3614064.

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

Color convert

RGB 112 37 55 -
CMYK 0 0.67 0.51 0.56
HSL 345.6º 0.5% 0.29% -
HSV(B) 345.6º 0.67% 0.44% -
XYZ 8.03 5.04 4.16 -
YUV 61.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 112 37 55 0 0.67 0.51 0.56 345.6 0.5 0.29
Hex 70 25 37 0 43 33 38 15A 32 1D
Octal 160 45 67 0 103 63 70 532 62 35
Binary 1110000 100101 110111 0 1000011 110011 111000 101011010 110010 11101

Color Harmonies of #702537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702537

Black with #702537

Text Example


Text Example

White with #702537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702537; }

 p { color: rgb(112,37,55); }

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

background-color css

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

 a { background-color: rgb(112,37,55); }

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

border-color css

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

 span { border-color: rgb(112,37,55); }

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