Html Css Color HEX #681626 Pohutukawa

📋 copy color: '#681626'

red 104 ◦ green 22 ◦ blue 38

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

Shades of Pohutukawa #681626

Tints of Pohutukawa #681626

RGB

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

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

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

R = 63.41%
G = 13.41%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#681626 (or 0x681626) is known color: Pohutukawa. HEX triplet: 68, 16 and 26. RGB value is (104,22,38). Sum of RGB (Red+Green+Blue) = 104+22+38=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #681626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681626 is #97E9D9. Grayscale: #303030. Windows color (decimal): -9955802 or 2496104. OLE color: 2496104.

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

Color convert

RGB 104 22 38 -
CMYK 0 0.79 0.63 0.59
HSL 348.29º 0.65% 0.25% -
HSV(B) 348.29º 0.79% 0.41% -
XYZ 6.35 3.66 2.21 -
YUV 48.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 104 22 38 0 0.79 0.63 0.59 348.29 0.65 0.25
Hex 68 16 26 0 4F 3F 3B 15C 41 19
Octal 150 26 46 0 117 77 73 534 101 31
Binary 1101000 10110 100110 0 1001111 111111 111011 101011100 1000001 11001

Color Harmonies of #681626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681626

Black with #681626

Text Example


Text Example

White with #681626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681626; }

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

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

background-color css

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

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

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

border-color css

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

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

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