Html Css Color HEX #631629 Pohutukawa

📋 copy color: '#631629'

red 99 ◦ green 22 ◦ blue 41

#631629
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #631629

Tints of Pohutukawa #631629

RGB

 RED value IS 99 (39.06% from 255) = 61.11%

 GREEN value IS 22 (8.98% from 255) = 13.58%

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 61.11%
G = 13.58%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#631629 (or 0x631629) is known color: Pohutukawa. HEX triplet: 63, 16 and 29. RGB value is (99,22,41). Sum of RGB (Red+Green+Blue) = 99+22+41=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #631629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631629 is #9CE9D6. Grayscale: #2F2F2F. Windows color (decimal): -10283479 or 2692707. OLE color: 2692707.

HSL color Cylindrical-coordinate representation of color #631629: hue angle of 345.19º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631629 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 22 41 -
CMYK 0 0.78 0.59 0.61
HSL 345.19º 0.64% 0.24% -
HSV(B) 345.19º 0.78% 0.39% -
XYZ 5.83 3.39 2.44 -
YUV 47.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 99 22 41 0 0.78 0.59 0.61 345.19 0.64 0.24
Hex 63 16 29 0 4E 3B 3D 159 40 18
Octal 143 26 51 0 116 73 75 531 100 30
Binary 1100011 10110 101001 0 1001110 111011 111101 101011001 1000000 11000

Color Harmonies of #631629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631629

Black with #631629

Text Example


Text Example

White with #631629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631629; }

 p { color: rgb(99,22,41); }

 H1.HeaderClassName
 {
   color: #631629;
 }
 .AnyTagClassName
 {
   color: #631629;
 }
</style>

background-color css

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

 a { background-color: rgb(99,22,41); }

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

border-color css

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

 span { border-color: rgb(99,22,41); }

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