Html Css Color HEX #681823 Pohutukawa

📋 copy color: '#681823'

red 104 ◦ green 24 ◦ blue 35

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

Shades of Pohutukawa #681823

Tints of Pohutukawa #681823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.72%

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

R = 63.8%
G = 14.72%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#681823 (or 0x681823) is known color: Pohutukawa. HEX triplet: 68, 18 and 23. RGB value is (104,24,35). Sum of RGB (Red+Green+Blue) = 104+24+35=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681823 is #97E7DC. Grayscale: #313131. Windows color (decimal): -9955293 or 2300008. OLE color: 2300008.

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

Color convert

RGB 104 24 35 -
CMYK 0 0.77 0.66 0.59
HSL 351.75º 0.63% 0.25% -
HSV(B) 351.75º 0.77% 0.41% -
XYZ 6.34 3.72 1.97 -
YUV 49.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 104 24 35 0 0.77 0.66 0.59 351.75 0.63 0.25
Hex 68 18 23 0 4D 42 3B 160 3E 19
Octal 150 30 43 0 115 102 73 540 76 31
Binary 1101000 11000 100011 0 1001101 1000010 111011 101100000 111110 11001

Color Harmonies of #681823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681823

Black with #681823

Text Example


Text Example

White with #681823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681823; }

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

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

background-color css

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

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

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

border-color css

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

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

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