#650419

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

Shades of Pohutukawa #650419

Tints of Pohutukawa #650419

Color information

#650419 (or 0x650419) is unknown color: approx Pohutukawa. HEX triplet: 65, 04 and 19. RGB value is (101,4,25). Sum of RGB (Red+Green+Blue) = 101+4+25=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #650419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650419 is #9AFBE6. Grayscale: #232323. Windows color (decimal): -10157031 or 1639525. OLE color: 1639525.

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

Color convert

RGB101425-
CMYK00.960.750.60
HSL347.01º92.38%20.59%-
HSV(B)347.01º96.04%39.61%-
XYZ5.592.921.19-
YUV35.4122.14174.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.69%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=77.69%
G=3.08%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10142500.960.750.60347.0192.3820.59
Hex654190604B3C15b5c15
Octal14543101401137453313425
Binary110010110011001011000001001011111100101011011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650419; }

 p { color: rgb(101,4,25); }

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

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

 a { background-color: rgb(101,4,25); }

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

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

 span { border-color: rgb(101,4,25); }

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