Html Css Color HEX #702639 Claret

📋 copy color: '#702639'

red 112 ◦ green 38 ◦ blue 57

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

Shades of Claret #702639

Tints of Claret #702639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.54%

R = 54.11%
G = 18.36%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#702639 (or 0x702639) is known color: Claret. HEX triplet: 70, 26 and 39. RGB value is (112,38,57). Sum of RGB (Red+Green+Blue) = 112+38+57=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #702639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702639 is #8FD9C6. Grayscale: #3E3E3E. Windows color (decimal): -9427399 or 3745392. OLE color: 3745392.

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

Color convert

RGB 112 38 57 -
CMYK 0 0.66 0.49 0.56
HSL 344.59º 0.49% 0.29% -
HSV(B) 344.59º 0.66% 0.44% -
XYZ 8.11 5.13 4.43 -
YUV 62.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 112 38 57 0 0.66 0.49 0.56 344.59 0.49 0.29
Hex 70 26 39 0 42 31 38 159 31 1D
Octal 160 46 71 0 102 61 70 531 61 35
Binary 1110000 100110 111001 0 1000010 110001 111000 101011001 110001 11101

Color Harmonies of #702639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702639

Black with #702639

Text Example


Text Example

White with #702639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702639; }

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

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

background-color css

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

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

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

border-color css

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

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

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