#670724

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

Shades of Pohutukawa #670724

Tints of Pohutukawa #670724

Color information

#670724 (or 0x670724) is unknown color: approx Pohutukawa. HEX triplet: 67, 07 and 24. RGB value is (103,7,36). Sum of RGB (Red+Green+Blue) = 103+7+36=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #670724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670724 is #98F8DB. Grayscale: #262626. Windows color (decimal): -10025180 or 2361191. OLE color: 2361191.

HSL color Cylindrical-coordinate representation of color #670724: hue angle of 341.88º 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 #670724 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB103736-
CMYK00.930.650.60
HSL341.88º87.27%21.57%-
HSV(B)341.88º93.2%40.39%-
XYZ5.993.161.96-
YUV39.01126.3173.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.55%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=70.55%
G=4.79%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10373600.930.650.60341.8887.2721.57
Hex6772405D413C1565716
Octal14774401351017452612726
Binary1100111111100100010111011000001111100101010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670724; }

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

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

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

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

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

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

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

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