#621423

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

Shades of Pohutukawa #621423

Tints of Pohutukawa #621423

Color information

#621423 (or 0x621423) is unknown color: approx Pohutukawa. HEX triplet: 62, 14 and 23. RGB value is (98,20,35). Sum of RGB (Red+Green+Blue) = 98+20+35=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #621423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621423 is #9DEBDC. Grayscale: #2D2D2D. Windows color (decimal): -10349533 or 2298978. OLE color: 2298978.

HSL color Cylindrical-coordinate representation of color #621423: hue angle of 348.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621423 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB982035-
CMYK00.800.640.62
HSL348.46º66.1%23.14%-
HSV(B)348.46º79.59%38.43%-
XYZ5.593.221.92-
YUV45.03122.34165.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.05%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 35 (14.06% from 255) = 22.88%
R=64.05%
G=13.07%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98203500.800.640.62348.4666.123.14
Hex621423050403E15c4217
Octal142244301201007653410227
Binary110001010100100011010100001000000111110101011100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621423; }

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

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

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

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

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

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

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

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