Html Css Color HEX #68202A Pohutukawa

📋 copy color: '#68202A'

red 104 ◦ green 32 ◦ blue 42

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

Shades of Pohutukawa #68202A

Tints of Pohutukawa #68202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

 BLUE value IS 42 (16.8% from 255) = 23.6%

R = 58.43%
G = 17.98%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68202A (or 0x68202A) is known color: Pohutukawa. HEX triplet: 68, 20 and 2A. RGB value is (104,32,42). Sum of RGB (Red+Green+Blue) = 104+32+42=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #68202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68202A is #97DFD5. Grayscale: #363636. Windows color (decimal): -9953238 or 2760808. OLE color: 2760808.

HSL color Cylindrical-coordinate representation of color #68202A: hue angle of 351.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68202A is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 42 -
CMYK 0 0.69 0.60 0.59
HSL 351.67º 0.53% 0.27% -
HSV(B) 351.67º 0.69% 0.41% -
XYZ 6.64 4.14 2.64 -
YUV 54.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 104 32 42 0 0.69 0.60 0.59 351.67 0.53 0.27
Hex 68 20 2A 0 45 3C 3B 160 35 1B
Octal 150 40 52 0 105 74 73 540 65 33
Binary 1101000 100000 101010 0 1000101 111100 111011 101100000 110101 11011

Color Harmonies of #68202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68202A

Black with #68202A

Text Example


Text Example

White with #68202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68202A; }

 p { color: rgb(104,32,42); }

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

background-color css

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

 a { background-color: rgb(104,32,42); }

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

border-color css

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

 span { border-color: rgb(104,32,42); }

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