Html Css Color HEX #631426 Pohutukawa

📋 copy color: '#631426'

red 99 ◦ green 20 ◦ blue 38

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

Shades of Pohutukawa #631426

Tints of Pohutukawa #631426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 63.06%
G = 12.74%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#631426 (or 0x631426) is known color: Pohutukawa. HEX triplet: 63, 14 and 26. RGB value is (99,20,38). Sum of RGB (Red+Green+Blue) = 99+20+38=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631426 is #9CEBD9. Grayscale: #2D2D2D. Windows color (decimal): -10283994 or 2495587. OLE color: 2495587.

HSL color Cylindrical-coordinate representation of color #631426: hue angle of 346.33º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631426 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 38 -
CMYK 0 0.80 0.62 0.61
HSL 346.33º 0.66% 0.23% -
HSV(B) 346.33º 0.8% 0.39% -
XYZ 5.75 3.29 2.17 -
YUV 45.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 99 20 38 0 0.80 0.62 0.61 346.33 0.66 0.23
Hex 63 14 26 0 50 3E 3D 15A 42 17
Octal 143 24 46 0 120 76 75 532 102 27
Binary 1100011 10100 100110 0 1010000 111110 111101 101011010 1000010 10111

Color Harmonies of #631426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631426

Black with #631426

Text Example


Text Example

White with #631426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631426; }

 p { color: rgb(99,20,38); }

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

background-color css

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

 a { background-color: rgb(99,20,38); }

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

border-color css

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

 span { border-color: rgb(99,20,38); }

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