Html Css Color HEX #641326 Pohutukawa

📋 copy color: '#641326'

red 100 ◦ green 19 ◦ blue 38

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

Shades of Pohutukawa #641326

Tints of Pohutukawa #641326

RGB

 RED value IS 100 (39.45% from 255) = 63.69%

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 63.69%
G = 12.1%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#641326 (or 0x641326) is known color: Pohutukawa. HEX triplet: 64, 13 and 26. RGB value is (100,19,38). Sum of RGB (Red+Green+Blue) = 100+19+38=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #641326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641326 is #9BECD9. Grayscale: #2D2D2D. Windows color (decimal): -10218714 or 2495332. OLE color: 2495332.

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

Color convert

RGB 100 19 38 -
CMYK 0 0.81 0.62 0.61
HSL 345.93º 0.68% 0.23% -
HSV(B) 345.93º 0.81% 0.39% -
XYZ 5.84 3.32 2.17 -
YUV 45.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 100 19 38 0 0.81 0.62 0.61 345.93 0.68 0.23
Hex 64 13 26 0 51 3E 3D 15A 44 17
Octal 144 23 46 0 121 76 75 532 104 27
Binary 1100100 10011 100110 0 1010001 111110 111101 101011010 1000100 10111

Color Harmonies of #641326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641326

Black with #641326

Text Example


Text Example

White with #641326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641326; }

 p { color: rgb(100,19,38); }

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

background-color css

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

 a { background-color: rgb(100,19,38); }

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

border-color css

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

 span { border-color: rgb(100,19,38); }

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