#68181B

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

Shades of Pohutukawa #68181B

Tints of Pohutukawa #68181B

Color information

#68181B (or 0x68181B) is unknown color: approx Pohutukawa. HEX triplet: 68, 18 and 1B. RGB value is (104,24,27). Sum of RGB (Red+Green+Blue) = 104+24+27=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68181B is #97E7E4. Grayscale: #303030. Windows color (decimal): -9955301 or 1775720. OLE color: 1775720.

HSL color Cylindrical-coordinate representation of color #68181B: hue angle of 357.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68181B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1042427-
CMYK00.770.740.59
HSL357.75º62.5%25.1%-
HSV(B)357.75º76.92%40.78%-
XYZ6.233.681.42-
YUV48.26116167.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=67.10%
G=15.48%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104242700.770.740.59357.7562.525.1
Hex68181B04D4A3B1663e19
Octal15030330115112735467631
Binary1101000110001101101001101100101011101110110011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68181B; }

 p { color: rgb(104,24,27); }

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

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

 a { background-color: rgb(104,24,27); }

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

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

 span { border-color: rgb(104,24,27); }

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