#631D25

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

Shades of Pohutukawa #631D25

Tints of Pohutukawa #631D25

Color information

#631D25 (or 0x631D25) is unknown color: approx Pohutukawa. HEX triplet: 63, 1D and 25. RGB value is (99,29,37). Sum of RGB (Red+Green+Blue) = 99+29+37=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #631D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D25 is #9CE2DA. Grayscale: #323232. Windows color (decimal): -10281691 or 2432355. OLE color: 2432355.

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

Color convert

RGB992937-
CMYK00.710.630.61
HSL353.14º54.69%25.1%-
HSV(B)353.14º70.71%38.82%-
XYZ5.923.662.15-
YUV50.84120.19162.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=60%
G=17.58%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99293700.710.630.61353.1454.6925.1
Hex631D250473F3D1613719
Octal1433545010777755416731
Binary1100011111011001010100011111111111110110110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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