Html Css Color HEX #782B30 Tamarillo

📋 copy color: '#782B30'

red 120 ◦ green 43 ◦ blue 48

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

Shades of Tamarillo #782B30

Tints of Tamarillo #782B30

RGB

 RED value IS 120 (47.27% from 255) = 56.87%

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

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 56.87%
G = 20.38%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#782B30 (or 0x782B30) is known color: Tamarillo. HEX triplet: 78, 2B and 30. RGB value is (120,43,48). Sum of RGB (Red+Green+Blue) = 120+43+48=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #782B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B30 is #87D4CF. Grayscale: #424242. Windows color (decimal): -8901840 or 3156856. OLE color: 3156856.

HSL color Cylindrical-coordinate representation of color #782B30: hue angle of 356.1º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782B30 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 43 48 -
CMYK 0 0.64 0.60 0.53
HSL 356.1º 0.47% 0.32% -
HSV(B) 356.1º 0.64% 0.47% -
XYZ 9.14 5.93 3.46 -
YUV 66.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 120 43 48 0 0.64 0.60 0.53 356.1 0.47 0.32
Hex 78 2B 30 0 40 3C 35 164 2F 20
Octal 170 53 60 0 100 74 65 544 57 40
Binary 1111000 101011 110000 0 1000000 111100 110101 101100100 101111 100000

Color Harmonies of #782B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782B30

Black with #782B30

Text Example


Text Example

White with #782B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782B30; }

 p { color: rgb(120,43,48); }

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

background-color css

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

 a { background-color: rgb(120,43,48); }

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

border-color css

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

 span { border-color: rgb(120,43,48); }

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