#600423

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

Shades of Pohutukawa #600423

Tints of Pohutukawa #600423

Color information

#600423 (or 0x600423) is unknown color: approx Pohutukawa. HEX triplet: 60, 04 and 23. RGB value is (96,4,35). Sum of RGB (Red+Green+Blue) = 96+4+35=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600423 is #9FFBDC. Grayscale: #232323. Windows color (decimal): -10484701 or 2294880. OLE color: 2294880.

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

Color convert

RGB96435-
CMYK00.960.640.62
HSL339.78º92%19.61%-
HSV(B)339.78º95.83%37.65%-
XYZ5.172.691.84-
YUV35.04127.98171.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.11%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=71.11%
G=2.96%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9643500.960.640.62339.789219.61
Hex60423060403E1545c14
Octal14044301401007652413424
Binary1100000100100011011000001000000111110101010100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600423; }

 p { color: rgb(96,4,35); }

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

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

 a { background-color: rgb(96,4,35); }

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

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

 span { border-color: rgb(96,4,35); }

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