#621C2B

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

Shades of Pohutukawa #621C2B

Tints of Pohutukawa #621C2B

Color information

#621C2B (or 0x621C2B) is unknown color: approx Pohutukawa. HEX triplet: 62, 1C and 2B. RGB value is (98,28,43). Sum of RGB (Red+Green+Blue) = 98+28+43=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #621C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C2B is #9DE3D4. Grayscale: #323232. Windows color (decimal): -10347477 or 2825314. OLE color: 2825314.

HSL color Cylindrical-coordinate representation of color #621C2B: hue angle of 347.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C2B is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB982843-
CMYK00.710.560.62
HSL347.14º55.56%24.71%-
HSV(B)347.14º71.43%38.43%-
XYZ5.893.62.67-
YUV50.64123.69161.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 28 (11.33% from 255) = 16.57%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=57.99%
G=16.57%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98284300.710.560.62347.1455.5624.71
Hex621C2B047383E15b3819
Octal1423453010770765337031
Binary1100010111001010110100011111100011111010101101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621C2B; }

 p { color: rgb(98,28,43); }

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

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

 a { background-color: rgb(98,28,43); }

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

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

 span { border-color: rgb(98,28,43); }

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