#621315

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

Shades of Pohutukawa #621315

Tints of Pohutukawa #621315

Color information

#621315 (or 0x621315) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 15. RGB value is (98,19,21). Sum of RGB (Red+Green+Blue) = 98+19+21=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621315 is #9DECEA. Grayscale: #2A2A2A. Windows color (decimal): -10349803 or 1381218. OLE color: 1381218.

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

Color convert

RGB981921-
CMYK00.810.790.62
HSL358.48º67.52%22.94%-
HSV(B)358.48º80.61%38.43%-
XYZ5.413.121.03-
YUV42.85115.67167.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.01%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=71.01%
G=13.77%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98192100.810.790.62358.4867.5222.94
Hex6213150514F3E1664417
Octal142232501211177654610427
Binary11000101001110101010100011001111111110101100110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621315; }

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

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

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

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

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

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

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

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