Html Css Color HEX #681922 Pohutukawa

📋 copy color: '#681922'

red 104 ◦ green 25 ◦ blue 34

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

Shades of Pohutukawa #681922

Tints of Pohutukawa #681922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 63.8%
G = 15.34%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#681922 (or 0x681922) is known color: Pohutukawa. HEX triplet: 68, 19 and 22. RGB value is (104,25,34). Sum of RGB (Red+Green+Blue) = 104+25+34=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681922 is #97E6DD. Grayscale: #313131. Windows color (decimal): -9955038 or 2234728. OLE color: 2234728.

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

Color convert

RGB 104 25 34 -
CMYK 0 0.76 0.67 0.59
HSL 353.16º 0.61% 0.25% -
HSV(B) 353.16º 0.76% 0.41% -
XYZ 6.35 3.75 1.9 -
YUV 49.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 104 25 34 0 0.76 0.67 0.59 353.16 0.61 0.25
Hex 68 19 22 0 4C 43 3B 161 3D 19
Octal 150 31 42 0 114 103 73 541 75 31
Binary 1101000 11001 100010 0 1001100 1000011 111011 101100001 111101 11001

Color Harmonies of #681922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681922

Black with #681922

Text Example


Text Example

White with #681922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681922; }

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

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

background-color css

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

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

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

border-color css

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

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

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