Html Css Color HEX #631E29 Pohutukawa

📋 copy color: '#631E29'

red 99 ◦ green 30 ◦ blue 41

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

Shades of Pohutukawa #631E29

Tints of Pohutukawa #631E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.65%

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

R = 58.24%
G = 17.65%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#631E29 (or 0x631E29) is known color: Pohutukawa. HEX triplet: 63, 1E and 29. RGB value is (99,30,41). Sum of RGB (Red+Green+Blue) = 99+30+41=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #631E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E29 is #9CE1D6. Grayscale: #333333. Windows color (decimal): -10281431 or 2694755. OLE color: 2694755.

HSL color Cylindrical-coordinate representation of color #631E29: hue angle of 350.43º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E29 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 41 -
CMYK 0 0.70 0.59 0.61
HSL 350.43º 0.53% 0.25% -
HSV(B) 350.43º 0.7% 0.39% -
XYZ 6.01 3.74 2.5 -
YUV 51.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 99 30 41 0 0.70 0.59 0.61 350.43 0.53 0.25
Hex 63 1E 29 0 46 3B 3D 15E 35 19
Octal 143 36 51 0 106 73 75 536 65 31
Binary 1100011 11110 101001 0 1000110 111011 111101 101011110 110101 11001

Color Harmonies of #631E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E29

Black with #631E29

Text Example


Text Example

White with #631E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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