#670C1A

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

Shades of Pohutukawa #670C1A

Tints of Pohutukawa #670C1A

Color information

#670C1A (or 0x670C1A) is unknown color: approx Pohutukawa. HEX triplet: 67, 0C and 1A. RGB value is (103,12,26). Sum of RGB (Red+Green+Blue) = 103+12+26=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #670C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C1A is #98F3E5. Grayscale: #282828. Windows color (decimal): -10023910 or 1707111. OLE color: 1707111.

HSL color Cylindrical-coordinate representation of color #670C1A: hue angle of 350.77º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C1A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1031226-
CMYK00.880.750.60
HSL350.77º79.13%22.55%-
HSV(B)350.77º88.35%40.39%-
XYZ5.913.221.29-
YUV40.8119.65172.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 73.05%
GREEN value IS 12 (5.08% from 255) = 8.51%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=73.05%
G=8.51%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103122600.880.750.60350.7779.1322.55
Hex67C1A0584B3C15f4f17
Octal147143201301137453711727
Binary1100111110011010010110001001011111100101011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670C1A; }

 p { color: rgb(103,12,26); }

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

<style>
 a { background-color: #670C1A; }

 a { background-color: rgb(103,12,26); }

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

<style>
 span { border-color: #670C1A; }

 span { border-color: rgb(103,12,26); }

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