#631A1D

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

Shades of Pohutukawa #631A1D

Tints of Pohutukawa #631A1D

Color information

#631A1D (or 0x631A1D) is unknown color: approx Pohutukawa. HEX triplet: 63, 1A and 1D. RGB value is (99,26,29). Sum of RGB (Red+Green+Blue) = 99+26+29=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #631A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A1D is #9CE5E2. Grayscale: #303030. Windows color (decimal): -10282467 or 1907299. OLE color: 1907299.

HSL color Cylindrical-coordinate representation of color #631A1D: hue angle of 357.53º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A1D is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB992629-
CMYK00.740.710.61
HSL357.53º58.4%24.51%-
HSV(B)357.53º73.74%38.82%-
XYZ5.743.481.53-
YUV48.17117.18164.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=64.29%
G=16.88%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99262900.740.710.61357.5358.424.51
Hex631A1D04A473D1663a19
Octal14332350112107755467231
Binary1100011110101110101001010100011111110110110011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631A1D; }

 p { color: rgb(99,26,29); }

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

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

 a { background-color: rgb(99,26,29); }

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

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

 span { border-color: rgb(99,26,29); }

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