#620523

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

Shades of Pohutukawa #620523

Tints of Pohutukawa #620523

Color information

#620523 (or 0x620523) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 23. RGB value is (98,5,35). Sum of RGB (Red+Green+Blue) = 98+5+35=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #620523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620523 is #9DFADC. Grayscale: #242424. Windows color (decimal): -10353373 or 2295138. OLE color: 2295138.

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

Color convert

RGB98535-
CMYK00.950.640.62
HSL340.65º90.29%20.2%-
HSV(B)340.65º94.9%38.43%-
XYZ5.392.831.85-
YUV36.23127.31172.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.01%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=71.01%
G=3.62%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9853500.950.640.62340.6590.2920.2
Hex6252305F403E1555a14
Octal14254301371007652513224
Binary1100010101100011010111111000000111110101010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620523; }

 p { color: rgb(98,5,35); }

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

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

 a { background-color: rgb(98,5,35); }

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

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

 span { border-color: rgb(98,5,35); }

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