Html Css Color HEX #681326 Pohutukawa

📋 copy color: '#681326'

red 104 ◦ green 19 ◦ blue 38

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

Shades of Pohutukawa #681326

Tints of Pohutukawa #681326

RGB

 RED value IS 104 (41.02% from 255) = 64.6%

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

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

R = 64.6%
G = 11.8%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#681326 (or 0x681326) is known color: Pohutukawa. HEX triplet: 68, 13 and 26. RGB value is (104,19,38). Sum of RGB (Red+Green+Blue) = 104+19+38=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #681326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681326 is #97ECD9. Grayscale: #2E2E2E. Windows color (decimal): -9956570 or 2495336. OLE color: 2495336.

HSL color Cylindrical-coordinate representation of color #681326: hue angle of 346.59º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681326 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 38 -
CMYK 0 0.82 0.63 0.59
HSL 346.59º 0.69% 0.24% -
HSV(B) 346.59º 0.82% 0.41% -
XYZ 6.29 3.55 2.19 -
YUV 46.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 104 19 38 0 0.82 0.63 0.59 346.59 0.69 0.24
Hex 68 13 26 0 52 3F 3B 15B 45 18
Octal 150 23 46 0 122 77 73 533 105 30
Binary 1101000 10011 100110 0 1010010 111111 111011 101011011 1000101 11000

Color Harmonies of #681326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681326

Black with #681326

Text Example


Text Example

White with #681326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681326; }

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

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

background-color css

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

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

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

border-color css

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

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

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