#68121F

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

Shades of Pohutukawa #68121F

Tints of Pohutukawa #68121F

Color information

#68121F (or 0x68121F) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 1F. RGB value is (104,18,31). Sum of RGB (Red+Green+Blue) = 104+18+31=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68121F is #97EDE0. Grayscale: #2D2D2D. Windows color (decimal): -9956833 or 2036328. OLE color: 2036328.

HSL color Cylindrical-coordinate representation of color #68121F: hue angle of 350.93º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68121F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1041831-
CMYK00.830.700.59
HSL350.93º70.49%23.92%-
HSV(B)350.93º82.69%40.78%-
XYZ6.173.471.64-
YUV45.2119.99169.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=67.97%
G=11.76%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104183100.830.700.59350.9370.4923.92
Hex68121F053463B15f4618
Octal150223701231067353710630
Binary11010001001011111010100111000110111011101011111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68121F; }

 p { color: rgb(104,18,31); }

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

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

 a { background-color: rgb(104,18,31); }

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

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

 span { border-color: rgb(104,18,31); }

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