Html Css Color HEX #702B35 Tamarillo

📋 copy color: '#702B35'

red 112 ◦ green 43 ◦ blue 53

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

Shades of Tamarillo #702B35

Tints of Tamarillo #702B35

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.67%

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 53.85%
G = 20.67%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#702B35 (or 0x702B35) is known color: Tamarillo. HEX triplet: 70, 2B and 35. RGB value is (112,43,53). Sum of RGB (Red+Green+Blue) = 112+43+53=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #702B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B35 is #8FD4CA. Grayscale: #404040. Windows color (decimal): -9426123 or 3484528. OLE color: 3484528.

HSL color Cylindrical-coordinate representation of color #702B35: hue angle of 351.3º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702B35 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 43 53 -
CMYK 0 0.62 0.53 0.56
HSL 351.3º 0.45% 0.3% -
HSV(B) 351.3º 0.62% 0.44% -
XYZ 8.19 5.43 3.98 -
YUV 64.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 112 43 53 0 0.62 0.53 0.56 351.3 0.45 0.3
Hex 70 2B 35 0 3E 35 38 15F 2D 1E
Octal 160 53 65 0 76 65 70 537 55 36
Binary 1110000 101011 110101 0 111110 110101 111000 101011111 101101 11110

Color Harmonies of #702B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B35

Black with #702B35

Text Example


Text Example

White with #702B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702B35; }

 p { color: rgb(112,43,53); }

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

background-color css

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

 a { background-color: rgb(112,43,53); }

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

border-color css

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

 span { border-color: rgb(112,43,53); }

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