Html Css Color HEX #682123 Pohutukawa

📋 copy color: '#682123'

red 104 ◦ green 33 ◦ blue 35

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

Shades of Pohutukawa #682123

Tints of Pohutukawa #682123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

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

R = 60.47%
G = 19.19%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#682123 (or 0x682123) is known color: Pohutukawa. HEX triplet: 68, 21 and 23. RGB value is (104,33,35). Sum of RGB (Red+Green+Blue) = 104+33+35=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682123 is #97DEDC. Grayscale: #363636. Windows color (decimal): -9952989 or 2302312. OLE color: 2302312.

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

Color convert

RGB 104 33 35 -
CMYK 0 0.68 0.66 0.59
HSL 358.31º 0.52% 0.27% -
HSV(B) 358.31º 0.68% 0.41% -
XYZ 6.56 4.15 2.05 -
YUV 54.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 104 33 35 0 0.68 0.66 0.59 358.31 0.52 0.27
Hex 68 21 23 0 44 42 3B 166 34 1B
Octal 150 41 43 0 104 102 73 546 64 33
Binary 1101000 100001 100011 0 1000100 1000010 111011 101100110 110100 11011

Color Harmonies of #682123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682123

Black with #682123

Text Example


Text Example

White with #682123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682123; }

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

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

background-color css

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

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

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

border-color css

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

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

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