Html Css Color HEX #681722 Pohutukawa

📋 copy color: '#681722'

red 104 ◦ green 23 ◦ blue 34

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

Shades of Pohutukawa #681722

Tints of Pohutukawa #681722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 64.6%
G = 14.29%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#681722 (or 0x681722) is known color: Pohutukawa. HEX triplet: 68, 17 and 22. RGB value is (104,23,34). Sum of RGB (Red+Green+Blue) = 104+23+34=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #681722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681722 is #97E8DD. Grayscale: #303030. Windows color (decimal): -9955550 or 2234216. OLE color: 2234216.

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

Color convert

RGB 104 23 34 -
CMYK 0 0.78 0.67 0.59
HSL 351.85º 0.64% 0.25% -
HSV(B) 351.85º 0.78% 0.41% -
XYZ 6.3 3.67 1.89 -
YUV 48.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 104 23 34 0 0.78 0.67 0.59 351.85 0.64 0.25
Hex 68 17 22 0 4E 43 3B 160 40 19
Octal 150 27 42 0 116 103 73 540 100 31
Binary 1101000 10111 100010 0 1001110 1000011 111011 101100000 1000000 11001

Color Harmonies of #681722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681722

Black with #681722

Text Example


Text Example

White with #681722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681722; }

 p { color: rgb(104,23,34); }

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

background-color css

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

 a { background-color: rgb(104,23,34); }

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

border-color css

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

 span { border-color: rgb(104,23,34); }

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