#650723

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

Shades of Pohutukawa #650723

Tints of Pohutukawa #650723

Color information

#650723 (or 0x650723) is unknown color: approx Pohutukawa. HEX triplet: 65, 07 and 23. RGB value is (101,7,35). Sum of RGB (Red+Green+Blue) = 101+7+35=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #650723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650723 is #9AF8DC. Grayscale: #262626. Windows color (decimal): -10156253 or 2295653. OLE color: 2295653.

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

Color convert

RGB101735-
CMYK00.930.650.60
HSL342.13º87.04%21.18%-
HSV(B)342.13º93.07%39.61%-
XYZ5.753.041.87-
YUV38.3126.14172.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.63%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 35 (14.06% from 255) = 24.48%
R=70.63%
G=4.90%
B=24.48%

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
Decimal10173500.930.650.60342.1387.0421.18
Hex6572305D413C1565715
Octal14574301351017452612725
Binary1100101111100011010111011000001111100101010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650723; }

 p { color: rgb(101,7,35); }

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

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

 a { background-color: rgb(101,7,35); }

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

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

 span { border-color: rgb(101,7,35); }

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