#610714

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

Shades of Pohutukawa #610714

Tints of Pohutukawa #610714

Color information

#610714 (or 0x610714) is unknown color: approx Pohutukawa. HEX triplet: 61, 07 and 14. RGB value is (97,7,20). Sum of RGB (Red+Green+Blue) = 97+7+20=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #610714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610714 is #9EF8EB. Grayscale: #232323. Windows color (decimal): -10418412 or 1312609. OLE color: 1312609.

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

Color convert

RGB97720-
CMYK00.930.790.62
HSL351.33º86.54%20.39%-
HSV(B)351.33º92.78%38.04%-
XYZ5.132.740.92-
YUV35.39119.32171.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.23%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=78.23%
G=5.65%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9772000.930.790.62351.3386.5420.39
Hex6171405D4F3E15f5714
Octal14172401351177653712724
Binary110000111110100010111011001111111110101011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610714; }

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

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

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

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

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

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

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

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