#610727

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

Shades of Pohutukawa #610727

Tints of Pohutukawa #610727

Color information

#610727 (or 0x610727) is unknown color: approx Pohutukawa. HEX triplet: 61, 07 and 27. RGB value is (97,7,39). Sum of RGB (Red+Green+Blue) = 97+7+39=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #610727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610727 is #9EF8D8. Grayscale: #252525. Windows color (decimal): -10418393 or 2557793. OLE color: 2557793.

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

Color convert

RGB97739-
CMYK00.930.600.62
HSL338.67º86.54%20.39%-
HSV(B)338.67º92.78%38.04%-
XYZ5.372.842.18-
YUV37.56128.82170.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=67.83%
G=4.90%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9773900.930.600.62338.6786.5420.39
Hex6172705D3C3E1535714
Octal1417470135747652312724
Binary110000111110011101011101111100111110101010011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610727; }

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

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

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

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

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

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

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

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