#631a1b

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

Shades of Pohutukawa #631A1B

Tints of Pohutukawa #631A1B

Color information

#631A1B (or 0x631A1B) is unknown color: approx Pohutukawa. HEX triplet: 63, 1A and 1B. RGB value is (99,26,27). Sum of RGB (Red+Green+Blue) = 99+26+27=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A1B is #9CE5E4. Grayscale: #303030. Windows color (decimal): -10282469 or 1776227. OLE color: 1776227.

HSL color Cylindrical-coordinate representation of color #631A1B: hue angle of 359.18º 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 #631A1B is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB992627-
CMYK00.740.730.61
HSL359.18º58.4%24.51%-
HSV(B)359.18º73.74%38.82%-
XYZ5.713.471.41-
YUV47.94116.18164.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=65.13%
G=17.11%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99262700.740.730.61359.1858.424.51
Hex631A1B04A493D1673a19
Octal14332330112111755477231
Binary1100011110101101101001010100100111110110110011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631a1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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