Html Css Color HEX #68182C Pohutukawa

📋 copy color: '#68182C'

red 104 ◦ green 24 ◦ blue 44

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

Shades of Pohutukawa #68182C

Tints of Pohutukawa #68182C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.58%

R = 60.47%
G = 13.95%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#68182C (or 0x68182C) is known color: Pohutukawa. HEX triplet: 68, 18 and 2C. RGB value is (104,24,44). Sum of RGB (Red+Green+Blue) = 104+24+44=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68182C is #97E7D3. Grayscale: #323232. Windows color (decimal): -9955284 or 2889832. OLE color: 2889832.

HSL color Cylindrical-coordinate representation of color #68182C: hue angle of 345º 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 #68182C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 44 -
CMYK 0 0.77 0.58 0.59
HSL 345º 0.63% 0.25% -
HSV(B) 345º 0.77% 0.41% -
XYZ 6.49 3.78 2.77 -
YUV 50.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 104 24 44 0 0.77 0.58 0.59 345 0.63 0.25
Hex 68 18 2C 0 4D 3A 3B 159 3E 19
Octal 150 30 54 0 115 72 73 531 76 31
Binary 1101000 11000 101100 0 1001101 111010 111011 101011001 111110 11001

Color Harmonies of #68182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68182C

Black with #68182C

Text Example


Text Example

White with #68182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68182C; }

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

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

background-color css

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

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

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

border-color css

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

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

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