Html Css Color HEX #682029 Pohutukawa

📋 copy color: '#682029'

red 104 ◦ green 32 ◦ blue 41

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

Shades of Pohutukawa #682029

Tints of Pohutukawa #682029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 58.76%
G = 18.08%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#682029 (or 0x682029) is known color: Pohutukawa. HEX triplet: 68, 20 and 29. RGB value is (104,32,41). Sum of RGB (Red+Green+Blue) = 104+32+41=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682029 is #97DFD6. Grayscale: #363636. Windows color (decimal): -9953239 or 2695272. OLE color: 2695272.

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

Color convert

RGB 104 32 41 -
CMYK 0 0.69 0.61 0.59
HSL 352.5º 0.53% 0.27% -
HSV(B) 352.5º 0.69% 0.41% -
XYZ 6.63 4.14 2.55 -
YUV 54.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 104 32 41 0 0.69 0.61 0.59 352.5 0.53 0.27
Hex 68 20 29 0 45 3D 3B 160 35 1B
Octal 150 40 51 0 105 75 73 540 65 33
Binary 1101000 100000 101001 0 1000101 111101 111011 101100000 110101 11011

Color Harmonies of #682029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682029

Black with #682029

Text Example


Text Example

White with #682029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682029; }

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

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

background-color css

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

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

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

border-color css

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

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

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