#610007

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

Shades of Pohutukawa #610007

Tints of Pohutukawa #610007

Color information

#610007 (or 0x610007) is unknown color: approx Pohutukawa. HEX triplet: 61, 00 and 07. RGB value is (97,0,7). Sum of RGB (Red+Green+Blue) = 97+0+7=104 (13% of max value = 765). Red value is 97 (38.28% from 255 or 93.27% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 97 - color contains mainly: red. Hex color #610007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610007 is #9EFFF8. Grayscale: #1D1D1D. Windows color (decimal): -10420217 or 458849. OLE color: 458849.

HSL color Cylindrical-coordinate representation of color #610007: hue angle of 355.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610007 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB9707-
CMYK010.930.62
HSL355.67º100%19.02%-
HSV(B)355.67º100%38.04%-
XYZ4.972.560.43-
YUV29.8115.14175.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 93.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=93.27%
G=0%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9707010.930.62355.6710019.02
Hex61070645D3E1646413
Octal1410701441357654414423
Binary11000010111011001001011101111110101100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610007; }

 p { color: rgb(97,0,7); }

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

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

 a { background-color: rgb(97,0,7); }

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

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

 span { border-color: rgb(97,0,7); }

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