Html Css Color HEX #631622 Pohutukawa

📋 copy color: '#631622'

red 99 ◦ green 22 ◦ blue 34

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

Shades of Pohutukawa #631622

Tints of Pohutukawa #631622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.94%

R = 63.87%
G = 14.19%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#631622 (or 0x631622) is known color: Pohutukawa. HEX triplet: 63, 16 and 22. RGB value is (99,22,34). Sum of RGB (Red+Green+Blue) = 99+22+34=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631622 is #9CE9DD. Grayscale: #2E2E2E. Windows color (decimal): -10283486 or 2233955. OLE color: 2233955.

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

Color convert

RGB 99 22 34 -
CMYK 0 0.78 0.66 0.61
HSL 350.65º 0.64% 0.24% -
HSV(B) 350.65º 0.78% 0.39% -
XYZ 5.72 3.34 1.86 -
YUV 46.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 99 22 34 0 0.78 0.66 0.61 350.65 0.64 0.24
Hex 63 16 22 0 4E 42 3D 15F 40 18
Octal 143 26 42 0 116 102 75 537 100 30
Binary 1100011 10110 100010 0 1001110 1000010 111101 101011111 1000000 11000

Color Harmonies of #631622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631622

Black with #631622

Text Example


Text Example

White with #631622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631622; }

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

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

background-color css

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

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

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

border-color css

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

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

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