#68131B

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

Shades of Pohutukawa #68131B

Tints of Pohutukawa #68131B

Color information

#68131B (or 0x68131B) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 1B. RGB value is (104,19,27). Sum of RGB (Red+Green+Blue) = 104+19+27=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68131B is #97ECE4. Grayscale: #2D2D2D. Windows color (decimal): -9956581 or 1774440. OLE color: 1774440.

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

Color convert

RGB1041927-
CMYK00.820.740.59
HSL354.35º69.11%24.12%-
HSV(B)354.35º81.73%40.78%-
XYZ6.143.491.39-
YUV45.33117.66169.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.33%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 27 (10.94% from 255) = 18%
R=69.33%
G=12.67%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104192700.820.740.59354.3569.1124.12
Hex68131B0524A3B1624518
Octal150233301221127354210530
Binary11010001001111011010100101001010111011101100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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