#621526

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

Shades of Pohutukawa #621526

Tints of Pohutukawa #621526

Color information

#621526 (or 0x621526) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 26. RGB value is (98,21,38). Sum of RGB (Red+Green+Blue) = 98+21+38=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #621526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621526 is #9DEAD9. Grayscale: #2D2D2D. Windows color (decimal): -10349274 or 2495842. OLE color: 2495842.

HSL color Cylindrical-coordinate representation of color #621526: hue angle of 346.75º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621526 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB982138-
CMYK00.790.610.62
HSL346.75º64.71%23.33%-
HSV(B)346.75º78.57%38.43%-
XYZ5.663.272.17-
YUV45.96123.51165.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=62.42%
G=13.38%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98213800.790.610.62346.7564.7123.33
Hex62152604F3D3E15b4117
Octal14225460117757653310127
Binary11000101010110011001001111111101111110101011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621526; }

 p { color: rgb(98,21,38); }

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

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

 a { background-color: rgb(98,21,38); }

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

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

 span { border-color: rgb(98,21,38); }

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