Html Css Color HEX #631628 Pohutukawa

📋 copy color: '#631628'

red 99 ◦ green 22 ◦ blue 40

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

Shades of Pohutukawa #631628

Tints of Pohutukawa #631628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 61.49%
G = 13.66%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#631628 (or 0x631628) is known color: Pohutukawa. HEX triplet: 63, 16 and 28. RGB value is (99,22,40). Sum of RGB (Red+Green+Blue) = 99+22+40=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #631628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631628 is #9CE9D7. Grayscale: #2F2F2F. Windows color (decimal): -10283480 or 2627171. OLE color: 2627171.

HSL color Cylindrical-coordinate representation of color #631628: hue angle of 345.97º 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 #631628 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 22 40 -
CMYK 0 0.78 0.60 0.61
HSL 345.97º 0.64% 0.24% -
HSV(B) 345.97º 0.78% 0.39% -
XYZ 5.82 3.38 2.35 -
YUV 47.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 99 22 40 0 0.78 0.60 0.61 345.97 0.64 0.24
Hex 63 16 28 0 4E 3C 3D 15A 40 18
Octal 143 26 50 0 116 74 75 532 100 30
Binary 1100011 10110 101000 0 1001110 111100 111101 101011010 1000000 11000

Color Harmonies of #631628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631628

Black with #631628

Text Example


Text Example

White with #631628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631628; }

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

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

background-color css

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

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

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

border-color css

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

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

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