#68192C

Color #68192C Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #68192C

Tints of Pohutukawa #68192C

Color information

#68192C (or 0x68192C) is unknown color: approx Pohutukawa. HEX triplet: 68, 19 and 2C. RGB value is (104,25,44). Sum of RGB (Red+Green+Blue) = 104+25+44=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68192C is #97E6D3. Grayscale: #323232. Windows color (decimal): -9955028 or 2890088. OLE color: 2890088.

HSL color Cylindrical-coordinate representation of color #68192C: hue angle of 345.57º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68192C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1042544-
CMYK00.760.580.59
HSL345.57º61.24%25.29%-
HSV(B)345.57º75.96%40.78%-
XYZ6.513.822.78-
YUV50.79124.17165.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=60.12%
G=14.45%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104254400.760.580.59345.5761.2425.29
Hex68192C04C3A3B15a3d19
Octal1503154011472735327531
Binary1101000110011011000100110011101011101110101101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68192C; }

 p { color: rgb(104,25,44); }

 H1.HeaderClassName
 {
   color: #68192C;
 }
 .AnyTagClassName
 {
   color: #68192C;
 }
</style>
background-color css

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

 a { background-color: rgb(104,25,44); }

 div.DivClassName
 {
   background-color: #68192C;
 }
 .BgClassName
 {
   background-color: #68192C;
 }
</style>
border-color css

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

 span { border-color: rgb(104,25,44); }

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