Html Css Color HEX #681422 Pohutukawa

📋 copy color: '#681422'

red 104 ◦ green 20 ◦ blue 34

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

Shades of Pohutukawa #681422

Tints of Pohutukawa #681422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.66%

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

R = 65.82%
G = 12.66%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#681422 (or 0x681422) is known color: Pohutukawa. HEX triplet: 68, 14 and 22. RGB value is (104,20,34). Sum of RGB (Red+Green+Blue) = 104+20+34=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #681422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681422 is #97EBDD. Grayscale: #2E2E2E. Windows color (decimal): -9956318 or 2233448. OLE color: 2233448.

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

Color convert

RGB 104 20 34 -
CMYK 0 0.81 0.67 0.59
HSL 350º 0.68% 0.24% -
HSV(B) 350º 0.81% 0.41% -
XYZ 6.25 3.56 1.87 -
YUV 46.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 104 20 34 0 0.81 0.67 0.59 350 0.68 0.24
Hex 68 14 22 0 51 43 3B 15E 44 18
Octal 150 24 42 0 121 103 73 536 104 30
Binary 1101000 10100 100010 0 1010001 1000011 111011 101011110 1000100 11000

Color Harmonies of #681422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681422

Black with #681422

Text Example


Text Example

White with #681422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681422; }

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

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

background-color css

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

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

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

border-color css

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

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

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