#670728

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

Shades of Pohutukawa #670728

Tints of Pohutukawa #670728

Color information

#670728 (or 0x670728) is unknown color: approx Pohutukawa. HEX triplet: 67, 07 and 28. RGB value is (103,7,40). Sum of RGB (Red+Green+Blue) = 103+7+40=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #670728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670728 is #98F8D7. Grayscale: #272727. Windows color (decimal): -10025176 or 2623335. OLE color: 2623335.

HSL color Cylindrical-coordinate representation of color #670728: hue angle of 339.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670728 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB103740-
CMYK00.930.610.60
HSL339.38º87.27%21.57%-
HSV(B)339.38º93.2%40.39%-
XYZ6.053.192.3-
YUV39.47128.3173.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 68.67%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=68.67%
G=4.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10374000.930.610.60339.3887.2721.57
Hex6772805D3D3C1535716
Octal1477500135757452312726
Binary110011111110100001011101111101111100101010011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670728; }

 p { color: rgb(103,7,40); }

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

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

 a { background-color: rgb(103,7,40); }

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

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

 span { border-color: rgb(103,7,40); }

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