Html Css Color HEX #702337 Claret

📋 copy color: '#702337'

red 112 ◦ green 35 ◦ blue 55

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

Shades of Claret #702337

Tints of Claret #702337

RGB

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

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

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

R = 55.45%
G = 17.33%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#702337 (or 0x702337) is known color: Claret. HEX triplet: 70, 23 and 37. RGB value is (112,35,55). Sum of RGB (Red+Green+Blue) = 112+35+55=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702337 is #8FDCC8. Grayscale: #3C3C3C. Windows color (decimal): -9428169 or 3613552. OLE color: 3613552.

HSL color Cylindrical-coordinate representation of color #702337: hue angle of 344.42º 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 #702337 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 55 -
CMYK 0 0.69 0.51 0.56
HSL 344.42º 0.52% 0.29% -
HSV(B) 344.42º 0.69% 0.44% -
XYZ 7.97 4.92 4.14 -
YUV 60.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 112 35 55 0 0.69 0.51 0.56 344.42 0.52 0.29
Hex 70 23 37 0 45 33 38 158 34 1D
Octal 160 43 67 0 105 63 70 530 64 35
Binary 1110000 100011 110111 0 1000101 110011 111000 101011000 110100 11101

Color Harmonies of #702337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702337

Black with #702337

Text Example


Text Example

White with #702337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702337; }

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

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

background-color css

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

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

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

border-color css

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

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

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