#631F2A

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

Shades of Pohutukawa #631F2A

Tints of Pohutukawa #631F2A

Color information

#631F2A (or 0x631F2A) is unknown color: approx Pohutukawa. HEX triplet: 63, 1F and 2A. RGB value is (99,31,42). Sum of RGB (Red+Green+Blue) = 99+31+42=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #631F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F2A is #9CE0D5. Grayscale: #343434. Windows color (decimal): -10281174 or 2760547. OLE color: 2760547.

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

Color convert

RGB993142-
CMYK00.690.580.61
HSL350.29º52.31%25.49%-
HSV(B)350.29º68.69%38.82%-
XYZ6.053.82.6-
YUV52.59122.03161.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 31 (12.5% from 255) = 18.02%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=57.56%
G=18.02%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99314200.690.580.61350.2952.3125.49
Hex631F2A0453A3D15e3419
Octal1433752010572755366431
Binary1100011111111010100100010111101011110110101111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,31,42); }

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

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

 a { background-color: rgb(99,31,42); }

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

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

 span { border-color: rgb(99,31,42); }

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