#670719

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

Shades of Pohutukawa #670719

Tints of Pohutukawa #670719

Color information

#670719 (or 0x670719) is unknown color: approx Pohutukawa. HEX triplet: 67, 07 and 19. RGB value is (103,7,25). Sum of RGB (Red+Green+Blue) = 103+7+25=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #670719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670719 is #98F8E6. Grayscale: #252525. Windows color (decimal): -10025191 or 1640295. OLE color: 1640295.

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

Color convert

RGB103725-
CMYK00.930.760.60
HSL348.75º87.27%21.57%-
HSV(B)348.75º93.2%40.39%-
XYZ5.843.111.21-
YUV37.76120.8174.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=76.30%
G=5.19%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10372500.930.760.60348.7587.2721.57
Hex6771905D4C3C15d5716
Octal14773101351147453512726
Binary110011111111001010111011001100111100101011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670719; }

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

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

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

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

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

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

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

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