Html Css Color HEX #681723 Pohutukawa

📋 copy color: '#681723'

red 104 ◦ green 23 ◦ blue 35

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

Shades of Pohutukawa #681723

Tints of Pohutukawa #681723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.6%

R = 64.2%
G = 14.2%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#681723 (or 0x681723) is known color: Pohutukawa. HEX triplet: 68, 17 and 23. RGB value is (104,23,35). Sum of RGB (Red+Green+Blue) = 104+23+35=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681723 is #97E8DC. Grayscale: #303030. Windows color (decimal): -9955549 or 2299752. OLE color: 2299752.

HSL color Cylindrical-coordinate representation of color #681723: hue angle of 351.11º 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 #681723 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 35 -
CMYK 0 0.78 0.66 0.59
HSL 351.11º 0.64% 0.25% -
HSV(B) 351.11º 0.78% 0.41% -
XYZ 6.32 3.68 1.97 -
YUV 48.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 104 23 35 0 0.78 0.66 0.59 351.11 0.64 0.25
Hex 68 17 23 0 4E 42 3B 15F 40 19
Octal 150 27 43 0 116 102 73 537 100 31
Binary 1101000 10111 100011 0 1001110 1000010 111011 101011111 1000000 11001

Color Harmonies of #681723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681723

Black with #681723

Text Example


Text Example

White with #681723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681723; }

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

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

background-color css

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

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

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

border-color css

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

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

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